Correct the width of the language filter so all entries are one line and there is no horizontal scrollbar
parent
fd9fe4c279
commit
44f8751a61
|
@ -299,7 +299,8 @@ footer {
|
|||
margin-top: -1em;
|
||||
max-height: 13em;
|
||||
overflow: scroll;
|
||||
width: 15em;
|
||||
width: 18em;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.filterHeader {
|
||||
|
|
Loading…
Reference in New Issue