fix(button-fab): removed min-width to fix icon position on iOS

fixes #461
This commit is contained in:
Brandy Carney
2015-11-12 20:13:38 -05:00
parent d2374fd37e
commit c1134db96f

View File

@@ -50,7 +50,6 @@ button,
icon {
flex: 1;
font-size: 2.8rem;
min-width: 64px;
}
}