Correct the width of the language filter so all entries are one line and there is no horizontal scrollbar

pull/15/head
Brogan Clements 2022-04-01 12:17:24 -04:00
parent fd9fe4c279
commit 44f8751a61
1 changed files with 2 additions and 1 deletions

View File

@ -299,7 +299,8 @@ footer {
margin-top: -1em;
max-height: 13em;
overflow: scroll;
width: 15em;
width: 18em;
overflow-x: hidden;
}
.filterHeader {