From 3be89529a79ead51da00c69ee5bd7f0579ab56ee Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 26 Jan 2016 14:06:35 -0500 Subject: [PATCH] fix(label): remove left margin for md labels in items this fixes the line not aligning with the left side of the word --- ionic/components/label/label.md.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/label/label.md.scss b/ionic/components/label/label.md.scss index 78609f2dc1..fc0cb3518b 100644 --- a/ionic/components/label/label.md.scss +++ b/ionic/components/label/label.md.scss @@ -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; }