Skip to content

Commit 1e48de6

Browse files
authored
Merge pull request #1386 from it-at-m/feature-zmskvr-775-reduce-distance-from-location-to-checkboxes
feat(ZMSKVR-775): Reduce distance from location to checkboxes
2 parents 18c2338 + 839d513 commit 1e48de6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

zmscitizenview/src/components/Appointment/CalendarView.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2291,6 +2291,11 @@ div:has(.left-text) {
22912291
margin: 0 !important;
22922292
}
22932293
2294+
.slider-no-margin .m-checkbox-group__heading:empty {
2295+
margin: 0 !important;
2296+
padding: 0 !important;
2297+
}
2298+
22942299
.float-right .m-button__icon {
22952300
margin-left: 12px !important;
22962301
}

0 commit comments

Comments
 (0)