Fix dropdown items wrapping (#2252)

This commit is contained in:
Matthias Metelka 2022-12-09 04:44:06 +01:00 committed by GitHub
parent b1a21c5b02
commit f38c4e2ff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;