Commit 46c10c8b authored by Mark Otto's avatar Mark Otto

alternate fix to #4522: increase line-height on btn-mini

parent 190d3c9c
...@@ -3045,7 +3045,7 @@ button.close { ...@@ -3045,7 +3045,7 @@ button.close {
.btn-mini { .btn-mini {
padding: 2px 6px; padding: 2px 6px;
font-size: 11px; font-size: 11px;
line-height: 16px; line-height: 17px;
} }
.btn-block { .btn-block {
......
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
.btn-mini { .btn-mini {
padding: 2px 6px; padding: 2px 6px;
font-size: @baseFontSize - 3px; font-size: @baseFontSize - 3px;
line-height: @baseLineHeight - 4px; line-height: @baseLineHeight - 3px;
} }
// Block button // Block button
......
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