Fix dropdown items wrapping (#2252)
This commit is contained in:
parent
b1a21c5b02
commit
f38c4e2ff9
@ -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 New Issue
Block a user