mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
ionicons
This commit is contained in:
@ -90,7 +90,9 @@ $button-small-icon-size: 16px !default;
|
||||
min-height: $button-height + 5px;
|
||||
|
||||
line-height: normal;
|
||||
vertical-align: top;
|
||||
|
||||
vertical-align: top; // the better option for most scenarios
|
||||
vertical-align: -webkit-baseline-middle; // the best for those that support it
|
||||
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
Reference in New Issue
Block a user