mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(label): fix label for item and inputs by adding flex back
This commit is contained in:
committed by
Adam Bradley
parent
3be89529a7
commit
3cbbfdc071
@@ -62,6 +62,7 @@ ion-item-divider {
|
||||
|
||||
ion-label {
|
||||
margin: 0;
|
||||
flex: 1;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
@@ -12,6 +12,7 @@ ion-label {
|
||||
|
||||
.item-input ion-label {
|
||||
max-width: 200px;
|
||||
flex: initial;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user