Commit 7bc817bc authored by geedmo's avatar geedmo

Fix Issue #8175

parent 9bbe8a02
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
padding: @padding-base-vertical @padding-base-horizontal; padding: @padding-base-vertical @padding-base-horizontal;
font-size: @font-size-base; font-size: @font-size-base;
font-weight: normal; font-weight: normal;
line-height: @line-height-base; line-height: 1;
text-align: center; text-align: center;
background-color: @gray-lighter; background-color: @gray-lighter;
border: 1px solid @input-group-addon-border-color; border: 1px solid @input-group-addon-border-color;
......
Markdown is supported
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