Remove font-size prop entirely from DropdownItem

This commit is contained in:
Matthias Metelka 2022-11-07 14:23:26 +01:00
parent baf1deb4e5
commit bb0a158f96

View file

@ -49,8 +49,6 @@ 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, var(--base-font-size));
background: none;
box-shadow: none !important;
border: none;