From cd62a4c4f6813ed92b7ae9d5e282de58dc872bf4 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 11 Apr 2016 10:22:18 -0400 Subject: [PATCH] fix(label): remove flex-basis to fix floating/stacked labels on iOS/Safari fixes #6109 --- ionic/components/label/label.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/ionic/components/label/label.scss b/ionic/components/label/label.scss index c909f4a0b2..aa7b47f88d 100644 --- a/ionic/components/label/label.scss +++ b/ionic/components/label/label.scss @@ -42,7 +42,6 @@ ion-label[fixed] { ion-label[stacked], ion-label[floating] { - flex-basis: 100%; align-self: stretch; margin-bottom: 0;