fix(label): fix label for item and inputs by adding flex back

This commit is contained in:
Brandy Carney
2016-01-26 14:46:44 -05:00
committed by Adam Bradley
parent 3be89529a7
commit 3cbbfdc071
2 changed files with 2 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ ion-item-divider {
ion-label {
margin: 0;
flex: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

View File

@@ -12,6 +12,7 @@ ion-label {
.item-input ion-label {
max-width: 200px;
flex: initial;
pointer-events: none;
}