mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Prevent applying bottom margin on the last item in a list
This commit is contained in:
@@ -1235,6 +1235,9 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
|
|
||||||
[dir=ltr] .listItem:not(.actionSheetMenuItem, .childrenItemsContainer .listItem, .activityLogListWidget .listItem) {
|
[dir=ltr] .listItem:not(.actionSheetMenuItem, .childrenItemsContainer .listItem, .activityLogListWidget .listItem) {
|
||||||
padding: 0.375em !important;
|
padding: 0.375em !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
[dir=ltr] .listItem:not(.actionSheetMenuItem, .childrenItemsContainer .listItem, .activityLogListWidget .listItem):not(:last-child) {
|
||||||
margin-bottom: .5em;
|
margin-bottom: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user