mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
8 lines
124 B
SCSS
8 lines
124 B
SCSS
|
|
button {
|
|
&[block] {
|
|
// This fixes an issue with flexbox and button on iOS Safari. See #225
|
|
display: block;
|
|
}
|
|
}
|