2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Fix custom select font sizes (#27929)

This commit is contained in:
Martijn Cuppens
2018-12-29 03:44:35 +01:00
committed by XhmikosR
parent 8eef162c44
commit 952374654c
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -216,6 +216,7 @@
width: 100%;
height: $custom-select-height;
padding: $custom-select-padding-y ($custom-select-padding-x + $custom-select-indicator-padding) $custom-select-padding-y $custom-select-padding-x;
font-size: $custom-select-font-size;
font-weight: $custom-select-font-weight;
line-height: $custom-select-line-height;
color: $custom-select-color;