mirror of
https://github.com/twbs/bootstrap.git
synced 2025-07-31 10:50:16 +02:00
alternate fix to #4522: increase line-height on btn-mini
This commit is contained in:
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@@ -3045,7 +3045,7 @@ button.close {
|
||||
.btn-mini {
|
||||
padding: 2px 6px;
|
||||
font-size: 11px;
|
||||
line-height: 16px;
|
||||
line-height: 17px;
|
||||
}
|
||||
|
||||
.btn-block {
|
||||
|
@@ -96,7 +96,7 @@
|
||||
.btn-mini {
|
||||
padding: 2px 6px;
|
||||
font-size: @baseFontSize - 3px;
|
||||
line-height: @baseLineHeight - 4px;
|
||||
line-height: @baseLineHeight - 3px;
|
||||
}
|
||||
|
||||
// Block button
|
||||
|
Reference in New Issue
Block a user