fixes #11
This commit is contained in:
parent
d307719044
commit
43a476ed1d
1 changed files with 9 additions and 0 deletions
|
|
@ -1724,6 +1724,15 @@ input.search-query,
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
#navbar_login>a>span {
|
||||
max-width: 120px;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
#settingsTabs li.saveInProgress a:after {
|
||||
content:"\f021";
|
||||
font-family: FontAwesome;
|
||||
|
|
|
|||
Loading…
Reference in a new issue