1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 07:39:57 +02:00

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

This commit is contained in:
Mark Otto
2012-08-21 14:38:47 -07:00
parent 190d3c9c3e
commit 46c10c8b58
2 changed files with 2 additions and 2 deletions

View File

@@ -3045,7 +3045,7 @@ button.close {
.btn-mini {
padding: 2px 6px;
font-size: 11px;
line-height: 16px;
line-height: 17px;
}
.btn-block {