PluginProbe
Booking Calendar / 11.8.4
Booking Calendar v11.8.4
11.8.4 11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 All 204 releases
← All changes | includes/page-availability-general/_out/availability_general_page.css +27 -2 11.111.8.4 View file →
@@ -162,12 +162,34 @@
162 162 max-width: 100%;
163 163 width: 100%
164 164 }
165 165 .wpbc_ag_weekday_grid {
166 + -ms-flex-align: start;
167 + align-items: start;
166 168 display: grid;
169 + gap: 6px;
170 + grid-template-columns: repeat(7,minmax(0,1fr))
171 +}
172 +.wpbc_ag_weekday_grid .wpbc_ag_weekday_switch {
173 + -ms-flex-align: center;
174 + align-items: center;
175 + -ms-flex-direction: column;
176 + flex-direction: column;
167 177 gap: 8px;
168 - grid-template-columns: repeat(2,minmax(0,1fr))
178 + -ms-flex-pack: start;
179 + justify-content: flex-start;
180 + min-height: 0;
181 + min-width: 0;
182 + padding: 6px 0 4px;
183 + text-align: center
169 184 }
185 +.wpbc_ag_weekday_grid .wpbc_ag_switch_label {
186 + overflow-wrap: normal;
187 + white-space: nowrap
188 +}
189 +.wpbc_ag_weekday_grid + .wpbc_ag_description {
190 + margin-top: 20px
191 +}
170 192 .wpbc_ag_switch {
171 193 -ms-flex-align: center;
172 194 align-items: center;
173 195 background: var(--wpbc-ts-bg,#fff);
@@ -496,9 +518,12 @@
496 518 .wpbc_ag_preview_controls .button,
497 519 .wpbc_ag_preview_controls select {
498 520 width: 100%
499 521 }
500 - .wpbc_ag_weekday_grid,
522 + .wpbc_ag_weekday_grid {
523 + gap: 3px;
524 + grid-template-columns: repeat(7,minmax(0,1fr))
525 + }
501 526 .wpbc_ag_working_time_row {
502 527 grid-template-columns: 1fr
503 528 }
504 529 .wpbc_ag_working_time_times {