diff options
| author | Shohei Yoshida <[email protected]> | 2019-04-25 22:45:59 +0900 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-04-29 17:41:28 +0300 |
| commit | 68932330f0a648635701fb520ae77db2fa33be4c (patch) | |
| tree | 1d5f9af4d34ef7e2ad7eef997fc220bb794680df | |
| parent | 78f47133e9a8b8f10b888215299e7774d9ce4491 (diff) | |
| download | bootstrap-68932330f0a648635701fb520ae77db2fa33be4c.tar.xz bootstrap-68932330f0a648635701fb520ae77db2fa33be4c.zip | |
Sync plain text font-size with `$input-font-size` (#28464)
| -rw-r--r-- | scss/_forms.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index ff01edcd2..bc7e3ef62 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; |
