Fix calendar time break line bug.

This commit is contained in:
BoHung Chiu 2022-07-20 23:07:54 +08:00
parent a956408459
commit dfb7f23a3d
1 changed files with 3 additions and 1 deletions

View File

@ -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;
}