Skip to content

Commit 13c6b3b

Browse files
committed
fix: Hide empty links sections in booking expanders
1 parent 8803c2b commit 13c6b3b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

assets/sass/booking.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@
105105
font-weight: bold;
106106
}
107107
}
108+
109+
&:empty {
110+
display: none;
111+
}
108112
}
109113

110114
@mixin booking_section($name) {

0 commit comments

Comments
 (0)