Fix: Prevent applying bottom margin on the last item in a list
This commit is contained in:
parent
cfa1066977
commit
62ebeaa577
1 changed files with 3 additions and 0 deletions
|
|
@ -1235,6 +1235,9 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
|
||||
[dir=ltr] .listItem:not(.actionSheetMenuItem, .childrenItemsContainer .listItem, .activityLogListWidget .listItem) {
|
||||
padding: 0.375em !important;
|
||||
}
|
||||
|
||||
[dir=ltr] .listItem:not(.actionSheetMenuItem, .childrenItemsContainer .listItem, .activityLogListWidget .listItem):not(:last-child) {
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue