mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +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[stacked],
|
||||||
ion-label[floating] {
|
ion-label[floating] {
|
||||||
flex-basis: 100%;
|
|
||||||
align-self: stretch;
|
align-self: stretch;
|
||||||
|
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
Reference in New Issue
Block a user