mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
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:

committed by
Adam Bradley

parent
2fc975354a
commit
3be89529a7
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user