Skip to content

Commit

Permalink
fix(label): remove flex-basis to fix floating/stacked labels on iOS/S…
Browse files Browse the repository at this point in the history
…afari

fixes #6109
  • Loading branch information
brandyscarney committed Apr 11, 2016
1 parent e27b742 commit cd62a4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ionic/components/label/label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ ion-label[fixed] {

ion-label[stacked],
ion-label[floating] {
flex-basis: 100%;
align-self: stretch;

margin-bottom: 0;
Expand Down

0 comments on commit cd62a4c

Please sign in to comment.