@ticketboothapp/booking 1.2.45 → 1.2.47

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.45",
3
+ "version": "1.2.47",
4
4
  "private": false,
5
5
  "sideEffects": [
6
6
  "**/*.css",
@@ -96,7 +96,7 @@
96
96
  /* Admin capacity mode: let the calendar frame be wider so 7 days fit without horizontal scrolling. */
97
97
  @media (min-width: 640px) {
98
98
  .calendar.calendarAdminMode {
99
- max-width: 56rem;
99
+ max-width: 50rem;
100
100
  }
101
101
  }
102
102