Skip to content

Commit fc070d5

Browse files
committed
fix registrations showing when spots are not shown
1 parent 17f6257 commit fc070d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ dialog.calendar-event-dialog .calendar-event-date > span::after {
570570
content: ' ';
571571
}
572572

573-
dialog.calendar-event-dialog .calendar-event-spots::after {
573+
dialog.calendar-event-dialog .calendar-event-spots:not(:empty)::after {
574574
content: ' registrations';
575575
}
576576

0 commit comments

Comments
 (0)