Fix calendar time break line bug.
This commit is contained in:
parent
a956408459
commit
dfb7f23a3d
|
@ -3,7 +3,9 @@
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
-webkit-transition: all 0.3s ease;
|
-webkit-transition: all 0.3s ease;
|
||||||
-moz-transition: all 0.3s ease;
|
-moz-transition: all 0.3s ease;
|
||||||
|
.fc-event-time{
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
.cal-fn {
|
.cal-fn {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue