Commit 8fcdbd38 authored by Mark Otto's avatar Mark Otto
Browse files

Remove specific line-heights from large/small inputs as well

parent 1db8dc10
Showing with 0 additions and 2 deletions
+0 -2
......@@ -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);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment