mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix missing right padding for .item with .item-icon-right
This commit is contained in:
@@ -263,8 +263,12 @@ button.item.item-complex {
|
||||
}
|
||||
}
|
||||
|
||||
.item-icon-right .icon {
|
||||
right: $item-padding / 2;
|
||||
.item-icon-right {
|
||||
padding-right: ($item-padding * 3);
|
||||
|
||||
.icon {
|
||||
right: $item-padding / 2;
|
||||
}
|
||||
}
|
||||
|
||||
.item-icon-left.item-icon-right .icon:first-child {
|
||||
|
||||
Reference in New Issue
Block a user