diff options
| author | bobzel <zzzman@gmail.com> | 2024-09-04 15:16:13 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-09-04 15:16:13 -0400 |
| commit | c674b67913ecfae6f99749db411d39f8f0d5b164 (patch) | |
| tree | 23677214d9ca3e8c4491ca65605d309d322d0701 /src/client/views/nodes/calendarBox/CalendarBox.scss | |
| parent | 48e9246839d8491e1c40632851980527b8a4dbdd (diff) | |
calendar fixes
Diffstat (limited to 'src/client/views/nodes/calendarBox/CalendarBox.scss')
| -rw-r--r-- | src/client/views/nodes/calendarBox/CalendarBox.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/nodes/calendarBox/CalendarBox.scss b/src/client/views/nodes/calendarBox/CalendarBox.scss index 8eee47e42..df6ce3e64 100644 --- a/src/client/views/nodes/calendarBox/CalendarBox.scss +++ b/src/client/views/nodes/calendarBox/CalendarBox.scss @@ -5,6 +5,12 @@ .calendarBox-wrapper { width: 100%; height: 100%; + .fc-timegrid-body { + width: 100% !important; + table { + width: 100% !important; + } + } .fc-col-header { width: 100% !important; } |
