Commit b18c0090 authored by Mark Otto's avatar Mark Otto
Browse files

fixes #5473: use baselineheight var for input bottom margin

parent 4702e754
Showing with 1 addition and 1 deletion
+1 -1
......@@ -81,7 +81,7 @@ input[type="color"],
display: inline-block;
height: @baseLineHeight;
padding: 4px 6px;
margin-bottom: 9px;
margin-bottom: @baseLineHeight / 2;
font-size: @baseFontSize;
line-height: @baseLineHeight;
color: @gray;
......
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