diff --git a/scm-ui/styles/scm.scss b/scm-ui/styles/scm.scss index 7de16db896..17f87ac2e5 100644 --- a/scm-ui/styles/scm.scss +++ b/scm-ui/styles/scm.scss @@ -103,24 +103,19 @@ $fa-font-path: "webfonts"; border-color: #fff !important; } ul.is-separated { - > li { - display: inline-block; - font-weight: bold; - } > li:after { content: "\002C\2800"; - font-weight: normal; } - > li.is-info { - margin-left: 1em; - font-weight: normal; - } - > li:last-child:after, - > li.is-info:after { + > li:last-child:after { content: ""; } } +.user { + display: inline-block; + font-weight: bold; +} + // buttons .button { padding-left: 1.5em;