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
8fcdbd38
Commit
8fcdbd38
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Remove specific line-heights from large/small inputs as well
parent
1db8dc10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_forms.scss
+0
-2
scss/_forms.scss
with
0 additions
and
2 deletions
+0
-2
scss/_forms.scss
+
0
-
2
View file @
8fcdbd38
...
...
@@ -144,7 +144,6 @@ input[type="month"] {
// height: $input-height-sm;
padding
:
$input-padding-y-sm
$input-padding-x-sm
;
font-size
:
$font-size-sm
;
line-height
:
$line-height-sm
;
@include
border-radius
(
$input-border-radius-sm
);
}
...
...
@@ -152,7 +151,6 @@ input[type="month"] {
// height: $input-height-lg;
padding
:
$input-padding-y-lg
$input-padding-x-lg
;
font-size
:
$font-size-lg
;
line-height
:
$line-height-lg
;
@include
border-radius
(
$input-border-radius-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