Skip to content

Commit

Permalink
Adjust font size of dropdown range labels
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Jul 31, 2023
1 parent e6fdb70 commit 8b509f7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ form-field-dropdown-range {
margin-right: 7px;
user-select: none;

span {
font-size: 14px;
}

&.dropdown-range-end-label {
margin-left: 7px;
}
Expand Down

0 comments on commit 8b509f7

Please sign in to comment.