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.scss')
-rw-r--r--scss/_forms.scss9
1 files changed, 2 insertions, 7 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss
index 2e82f70b28..9888da1d68 100644
--- a/scss/_forms.scss
+++ b/scss/_forms.scss
@@ -1,9 +1,4 @@
//
-// Forms
-// --------------------------------------------------
-
-
-//
// Textual form controls
//
@@ -149,7 +144,7 @@
// issue documented in https://github.com/twbs/bootstrap/issues/15074.
.form-control-sm {
- height: $input-height-sm;
+ // height: $input-height-sm;
padding: $input-padding-y-sm $input-padding-x-sm;
font-size: $font-size-sm;
line-height: $line-height-sm;
@@ -157,7 +152,7 @@
}
.form-control-lg {
- height: $input-height-lg;
+ // height: $input-height-lg;
padding: $input-padding-y-lg $input-padding-x-lg;
font-size: $font-size-lg;
line-height: $line-height-lg;