remove white-space wrapping in dropdown li's
This commit is contained in:
parent
b4e2548150
commit
ba949ab31b
1 changed files with 1 additions and 0 deletions
|
@ -4945,6 +4945,7 @@ footer {
|
|||
line-height: 39px;
|
||||
padding: 0 15px;
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.dropdown li:not(:first-child) {
|
||||
|
|
Loading…
Reference in a new issue