mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
Fixed the .icon-large modifier for .btn elements - the line-height made the the icons appear out of center alignment.
This commit is contained in:
parent
563a6f3cba
commit
07208f45cf
3
less/font-awesome.less
vendored
3
less/font-awesome.less
vendored
@ -80,6 +80,9 @@ a [class*=" icon-"] {
|
||||
/* keeps button heights with and without icons the same */
|
||||
line-height: .9em;
|
||||
}
|
||||
.icon-large {
|
||||
line-height: 1.4em;
|
||||
}
|
||||
}
|
||||
|
||||
li {
|
||||
|
Loading…
Reference in New Issue
Block a user