mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(label): remove flex-basis to fix floating/stacked labels on iOS/Safari
fixes #6109
This commit is contained in:
@ -42,7 +42,6 @@ ion-label[fixed] {
|
||||
|
||||
ion-label[stacked],
|
||||
ion-label[floating] {
|
||||
flex-basis: 100%;
|
||||
align-self: stretch;
|
||||
|
||||
margin-bottom: 0;
|
||||
|
Reference in New Issue
Block a user