1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 04:11:39 +02:00

Remove explicit heights on form elements (#31993)

* Remove explicit heights

* Link to upstream bug

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
Martijn Cuppens
2020-10-29 14:18:39 +01:00
committed by GitHub
parent 2bd5ba147b
commit ed1d867dd8
4 changed files with 26 additions and 24 deletions

View File

@@ -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,