mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -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;
|
display: flex;
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
padding: 0.25rem 1rem;
|
||||||
|
white-space: nowrap;
|
||||||
font-size: var(--dropdown-font-size, small);
|
font-size: var(--dropdown-font-size, small);
|
||||||
|
|
||||||
background: none;
|
background: none;
|
||||||
|
|
Loading…
Reference in a new issue