fix(input): update input css/tests

This commit is contained in:
Adam Bradley
2016-01-25 22:46:18 -06:00
parent b3a7298a52
commit 42f6b1056f
39 changed files with 214 additions and 512 deletions

View File

@ -9,10 +9,6 @@ ion-label {
white-space: nowrap;
}
ion-label:empty {
display: none;
}
.item-input ion-label {
max-width: 200px;
@ -24,6 +20,7 @@ ion-label:empty {
// --------------------------------------------------
ion-label[fixed] {
flex: 0;
width: 30%;
min-width: 100px;
max-width: 200px;