diff --git a/app/assets/stylesheets/calendar.scss b/app/assets/stylesheets/calendar.scss index 8c6affb..0ccb56f 100644 --- a/app/assets/stylesheets/calendar.scss +++ b/app/assets/stylesheets/calendar.scss @@ -3,7 +3,9 @@ transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; - + .fc-event-time{ + white-space: nowrap; + } .cal-fn { position: relative; }