fix(scss): form-control-sm and custom-select-sm are inconsistent

pull/4174/head
REJack 2022-01-09 22:18:50 +01:00
parent 75ba5a165d
commit 69c8d427be
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@
// text-sm / form-control-sm override
select.form-control-sm ~ {
.select2-container--default {
font-size: $font-size-sm;
font-size: 75%;
}
}