Skip to content

Commit

Permalink
Merge pull request #6269 from nextcloud/fix/weekly-view-layout
Browse files Browse the repository at this point in the history
FullCalendar CSS: make events in weekly view have the correct width
  • Loading branch information
miaulalala authored Aug 19, 2024
2 parents b350548 + 0dad0f8 commit 34c8f1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/fullcalendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@
}
}

.fc-timegrid-event-harness-inset {
right: -0.3vw !important;
left: -0.1vw !important;
}

.fc-v-event {
min-height: 4em;

Expand Down

0 comments on commit 34c8f1d

Please sign in to comment.