mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
refactor(button): convert button line-height to Sass var
references #289
This commit is contained in:
@ -95,7 +95,7 @@ $button-ios-small-icon-font-size: 1.3em !default;
|
||||
.button-block {
|
||||
// This fixes an issue with flexbox and button on iOS Safari. See #225
|
||||
display: block;
|
||||
line-height: 2.8em;
|
||||
line-height: $button-ios-height;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user