Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
dcc92778
Commit
dcc92778
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
really temporarily disable those heights
parent
609c1ac2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_forms.scss
+2
-2
scss/_forms.scss
with
2 additions
and
2 deletions
+2
-2
scss/_forms.scss
+
2
-
2
View file @
dcc92778
...
@@ -144,7 +144,7 @@
...
@@ -144,7 +144,7 @@
// issue documented in https://github.com/twbs/bootstrap/issues/15074.
// issue documented in https://github.com/twbs/bootstrap/issues/15074.
.form-control-sm
{
.form-control-sm
{
height
:
$input-height-sm
;
//
height: $input-height-sm;
padding
:
$input-padding-y-sm
$input-padding-x-sm
;
padding
:
$input-padding-y-sm
$input-padding-x-sm
;
font-size
:
$font-size-sm
;
font-size
:
$font-size-sm
;
line-height
:
$line-height-sm
;
line-height
:
$line-height-sm
;
...
@@ -152,7 +152,7 @@
...
@@ -152,7 +152,7 @@
}
}
.form-control-lg
{
.form-control-lg
{
height
:
$input-height-lg
;
//
height: $input-height-lg;
padding
:
$input-padding-y-lg
$input-padding-x-lg
;
padding
:
$input-padding-y-lg
$input-padding-x-lg
;
font-size
:
$font-size-lg
;
font-size
:
$font-size-lg
;
line-height
:
$line-height-lg
;
line-height
:
$line-height-lg
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets