From 938ac117a931b397d3de502a72b0341e006fff43 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Mon, 21 Sep 2015 21:39:27 -0500 Subject: [PATCH] fix(fab): center fab icon on safari Closes #146 --- ionic/components/button/button-fab.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/button/button-fab.scss b/ionic/components/button/button-fab.scss index fc61035738..e6129a4ac8 100644 --- a/ionic/components/button/button-fab.scss +++ b/ionic/components/button/button-fab.scss @@ -43,7 +43,7 @@ button, left: 16px; } - .icon { + icon { flex: 1; } }