Skip to content

Commit

Permalink
style(fullCalendar): make weekly events slightly shorter
Browse files Browse the repository at this point in the history
Signed-off-by: Grigory V <[email protected]>
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
GVodyanov authored and st3iny committed Jan 7, 2025
1 parent 3d7fad6 commit 6181304
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions css/fullcalendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@
}

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

&.fc-timegrid-event-short {
min-height: 2em;
}
Expand Down Expand Up @@ -276,3 +274,8 @@
.fc-timegrid-axis.fc-scrollgrid-shrink {
height: 65px;
}

.fc-timegrid-event-harness, .fc-timegrid-event {
// previously was 1px for no apparent reason
margin-bottom: 0;
}

0 comments on commit 6181304

Please sign in to comment.