Skip to content

Commit

Permalink
fix(FullCalendar CSS): make events in weekly view have the correct width
Browse files Browse the repository at this point in the history
Signed-off-by: Grigory Vodyanov <[email protected]>
  • Loading branch information
GVodyanov authored and backportbot[bot] committed Aug 19, 2024
1 parent ca93fe2 commit ce780fb
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 ce780fb

Please sign in to comment.