Skip to content

Commit cd62a4c

Browse files
committed
fix(label): remove flex-basis to fix floating/stacked labels on iOS/Safari
fixes #6109
1 parent e27b742 commit cd62a4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ionic/components/label/label.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ ion-label[fixed] {
4242

4343
ion-label[stacked],
4444
ion-label[floating] {
45-
flex-basis: 100%;
4645
align-self: stretch;
4746

4847
margin-bottom: 0;

0 commit comments

Comments
 (0)