Skip to content

Commit e7d3fbd

Browse files
author
ricwilson
committed
fix: add minimum width to timeslot group for better layout
1 parent 0a320a6 commit e7d3fbd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Calendar/Calendar/css/react-big-calendar.override.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@
116116
border-color: rgb(var(--calendar-border-color)) !important;
117117
}
118118

119+
.rbc-timeslot-group {
120+
min-width: 70px !important;
121+
}
122+
119123
.rbc-event:focus,
120124
.rbc-toolbar button:focus {
121125
outline: 5px auto rgb(var(--calendar-border-color)) !important;

0 commit comments

Comments
 (0)