diff options
| author | Martijn Cuppens <[email protected]> | 2020-10-29 14:18:39 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-29 15:18:39 +0200 |
| commit | ed1d867dd8bd08d5e8d235b5b67b3dce9c0169c5 (patch) | |
| tree | be801d8c494e79a89de77d400f12b171a1996231 /scss/forms/_input-group.scss | |
| parent | 2bd5ba147b7fc1dcc6b9843a66ade35a522616e2 (diff) | |
| download | bootstrap-ed1d867dd8bd08d5e8d235b5b67b3dce9c0169c5.tar.xz bootstrap-ed1d867dd8bd08d5e8d235b5b67b3dce9c0169c5.zip | |
Remove explicit heights on form elements (#31993)
* Remove explicit heights
* Link to upstream bug
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'scss/forms/_input-group.scss')
| -rw-r--r-- | scss/forms/_input-group.scss | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/scss/forms/_input-group.scss b/scss/forms/_input-group.scss index 938a4185b..2729eccbd 100644 --- a/scss/forms/_input-group.scss +++ b/scss/forms/_input-group.scss @@ -63,14 +63,6 @@ // Remix the default form control sizing classes into new ones for easier // manipulation. -.input-group-lg > .form-control { - min-height: $input-height-lg; -} - -.input-group-lg > .form-select { - height: $input-height-lg; -} - .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, @@ -80,14 +72,6 @@ @include border-radius($input-border-radius-lg); } -.input-group-sm > .form-control { - min-height: $input-height-sm; -} - -.input-group-sm > .form-select { - height: $input-height-sm; -} - .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, |
