Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShohei Yoshida <ysds.code@gmail.com>2019-04-25 16:45:59 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-04-25 16:45:59 +0300
commit2d0f2feb10714ff83cb2c0d94a63ac1dcb413090 (patch)
tree19f7df35ad6916278c535a7b2ff9d1d78b6afefd /scss/_forms.scss
parent275cd7f91eed9f4051d85c295e5c14ef08937804 (diff)
Sync plain text font-size with `$input-font-size` (#28464)
Diffstat (limited to 'scss/_forms.scss')
-rw-r--r--scss/_forms.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss
index 677162b8c6..43d4110cd2 100644
--- a/scss/_forms.scss
+++ b/scss/_forms.scss
@@ -113,6 +113,7 @@ select.form-control {
padding-top: $input-padding-y;
padding-bottom: $input-padding-y;
margin-bottom: 0; // match inputs if this class comes on inputs with default margins
+ @include font-size($input-font-size);
line-height: $input-line-height;
color: $input-plaintext-color;
background-color: transparent;