Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scss/forms/_input-group.scss')
-rw-r--r--scss/forms/_input-group.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/forms/_input-group.scss b/scss/forms/_input-group.scss
index f32853a583..d2e7d91aaa 100644
--- a/scss/forms/_input-group.scss
+++ b/scss/forms/_input-group.scss
@@ -125,7 +125,7 @@
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .form-select {
- height: $input-height-lg;
+ min-height: $input-height-lg;
}
.input-group-lg > .form-control,
@@ -142,7 +142,7 @@
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .form-select {
- height: $input-height-sm;
+ min-height: $input-height-sm;
}
.input-group-sm > .form-control,