mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix for #1779, use line-height var
This commit is contained in:
parent
2d9b3c45d3
commit
adff17ac03
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -92,7 +92,7 @@
|
|||
padding: 3px 15px;
|
||||
clear: both;
|
||||
font-weight: normal;
|
||||
line-height: 18px;
|
||||
line-height: @baseLineHeight;
|
||||
color: @gray;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue