]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Sync plain text font-size with `$input-font-size` (#28464)
authorShohei Yoshida <ysds.code@gmail.com>
Thu, 25 Apr 2019 13:45:59 +0000 (22:45 +0900)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 29 Apr 2019 14:41:28 +0000 (17:41 +0300)
scss/_forms.scss

index ff01edcd2ba7e0d3a3c4b9eb9581c5a2c758ef76..bc7e3ef62a8cc3bb5c562964dcd1827bbb3d82b1 100644 (file)
@@ -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;