diff options
| author | Shohei Yoshida <[email protected]> | 2019-05-10 02:40:40 +0900 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-05-09 20:40:40 +0300 |
| commit | 06635be7bd4e1d469a25e48a0a36c4427f7d7fe9 (patch) | |
| tree | 315c504512b0b819f52afdee7fd1c56b398f1326 /scss | |
| parent | a5d7dff16497085f0060623469dbc95f985cf249 (diff) | |
| download | bootstrap-06635be7bd4e1d469a25e48a0a36c4427f7d7fe9.tar.xz bootstrap-06635be7bd4e1d469a25e48a0a36c4427f7d7fe9.zip | |
Reset input padding for cross browser consistency (#28208)
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_forms.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index 43d4110cd..1d8a547d3 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -110,8 +110,7 @@ select.form-control { .form-control-plaintext { display: block; width: 100%; - padding-top: $input-padding-y; - padding-bottom: $input-padding-y; + padding: $input-padding-y 0; 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; |
