Skip to content

Commit

Permalink
problems with timegrid time text overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Jun 18, 2020
1 parent 163f24f commit 50ab662
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/timegrid/src/styles/timegrid-event.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
}

& .fc-event-time {
flex-shrink: 0;
overflow: hidden;
white-space: nowrap;
font-size: var(--fc-small-font-size);
margin-bottom: 1px;
Expand All @@ -25,6 +27,7 @@

& .fc-event-main {
flex-direction: row;
overflow: hidden;
}

& .fc-event-time:after {
Expand Down

0 comments on commit 50ab662

Please sign in to comment.