Remove 0.8 scale factor for dropdown item font-size

This commit is contained in:
Matthias Metelka 2022-11-07 14:20:19 +01:00
parent 77bfc854ba
commit baf1deb4e5

View file

@ -49,7 +49,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
justify-content: start;
width: 100%;
font-size: var(--dropdown-font-size, calc(0.8 * var(--base-font-size)));
font-size: var(--dropdown-font-size, var(--base-font-size));
background: none;
box-shadow: none !important;