fix(button): block buttons center. Fixes #225

This commit is contained in:
Max Lynch
2015-10-29 12:01:11 -05:00
parent 30ef9e1658
commit 74a374c8a6
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
button {
&[block] {
// This fixes an issue with flexbox and button on iOS Safari. See #225
display: block;
}
}

View File

@@ -4,6 +4,7 @@
// iOS Components
@import
"components/app/modes/ios",
"components/button/modes/ios",
"components/icon/modes/ios",
"components/item/modes/ios",
"components/toolbar/modes/ios",