fix(label): remove left margin for md labels in items

this fixes the line not aligning with the left side of the word
This commit is contained in:
Brandy Carney
2016-01-26 14:06:35 -05:00
committed by Adam Bradley
parent 2fc975354a
commit 3be89529a7

View File

@ -20,7 +20,7 @@ ion-label {
// --------------------------------------------------
.item-input ion-label {
margin: $item-md-padding-top ($item-md-padding-right / 2) $item-md-padding-bottom ($item-md-padding-left / 2);
margin: $item-md-padding-top ($item-md-padding-right / 2) $item-md-padding-bottom 0;
color: $label-md-text-color;
}