@ticketboothapp/booking 1.2.35 → 1.2.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ticketboothapp/booking",
3
- "version": "1.2.35",
3
+ "version": "1.2.36",
4
4
  "private": false,
5
5
  "sideEffects": [
6
6
  "**/*.css",
@@ -388,6 +388,11 @@
388
388
  .calendarDaysGrid {
389
389
  align-items: start;
390
390
  }
391
+
392
+ /* Admin capacity mode: keep all days in a row equal height (including empty days like leading/trailing month dates). */
393
+ .calendarDaysGrid.calendarDaysGridAdminWide {
394
+ align-items: stretch;
395
+ }
391
396
  }
392
397
 
393
398
  /* Mobile: rows size to content to eliminate bottom gap */