From bdf9fb86319db5c123ed488b5047e92625f34b41 Mon Sep 17 00:00:00 2001 From: Moritz Strohm <strohm@data-quest.de> Date: Fri, 15 Mar 2024 11:38:22 +0100 Subject: [PATCH] Revert "set a maximum width for fullcalendar instances, fixes #3633" This reverts commit 828fc4b4ade3d9ecc187b6636217487b7a8521ea. (cherry picked from commit 59f005d1bb248683d524d5d6ec2bc7529d10c854) --- resources/assets/stylesheets/fullcalendar.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/assets/stylesheets/fullcalendar.scss b/resources/assets/stylesheets/fullcalendar.scss index 01149e58bad..7e6353b54a4 100644 --- a/resources/assets/stylesheets/fullcalendar.scss +++ b/resources/assets/stylesheets/fullcalendar.scss @@ -12,8 +12,6 @@ a.fc-event, td.fc-event { } .fc { - max-width: $max-content-width; - .fc-toolbar.fc-header-toolbar { margin-bottom: 0.5em; } -- GitLab