diff --git a/resources/assets/stylesheets/fullcalendar.scss b/resources/assets/stylesheets/fullcalendar.scss index 6e557bd6e29d46277a4e0c5767b42c8873affff2..01149e58badfc098022975c1fc1048ac784c3277 100644 --- a/resources/assets/stylesheets/fullcalendar.scss +++ b/resources/assets/stylesheets/fullcalendar.scss @@ -27,6 +27,16 @@ a.fc-event, td.fc-event { margin-top: 0; margin-bottom: 0; + + &:last-of-type { + margin-right: 0; + } + + .fc-icon { + /* Unset rules that are set in the fullcalendar default stylesheet: */ + line-height: unset; + height: unset; + } } } }