From 9412a7c7f62e1226f80642234c19ab90cd3b01e3 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 20 Apr 2016 14:52:23 -0400 Subject: [PATCH] fix(alert): remove justify content from buttons in an alert references #6237 --- ionic/components/alert/alert.wp.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ionic/components/alert/alert.wp.scss b/ionic/components/alert/alert.wp.scss index 2997ee15c61..ce00cb7403d 100644 --- a/ionic/components/alert/alert.wp.scss +++ b/ionic/components/alert/alert.wp.scss @@ -354,8 +354,4 @@ ion-alert { &.activated { background: $alert-wp-button-background-activated; } - - .button-inner { - justify-content: $alert-wp-button-group-justify-content; - } }