Skip to content

Commit

Permalink
fix: fontsize of dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel-bitfly committed Dec 9, 2024
1 parent 0c7c064 commit 9f560b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/assets/css/prime.scss
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ div.p-checkbox {
// Multiselect drop-down

div.p-multiselect {
@include fonts.button_text;
color: var(--input-active-text-color);
background: var(--input-background);
border: 1px solid var(--input-border-color);
Expand All @@ -402,7 +401,6 @@ div.p-multiselect {
margin-left: var(--padding-small);

.p-multiselect-label {
font-size: var(--tiny_text_font_size);
font-weight: var(--standard_text_font_weight);
}
}
Expand Down

0 comments on commit 9f560b8

Please sign in to comment.