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 <scratchx@gmx.com>
  • Loading branch information
GVodyanov committed Sep 18, 2024
1 parent a31a386 commit 5198e88
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 5198e88

Please sign in to comment.