mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Fix dropdown items wrapping (#2252)
This commit is contained in:
parent
b1a21c5b02
commit
f38c4e2ff9
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
display: flex;
|
||||
justify-content: start;
|
||||
width: 100%;
|
||||
|
||||
padding: 0.25rem 1rem;
|
||||
white-space: nowrap;
|
||||
font-size: var(--dropdown-font-size, small);
|
||||
|
||||
background: none;
|
||||
|
|
Loading…
Reference in a new issue