mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-31 12:20:08 +08:00
fix [unreleased] bug with event text overflow
This commit is contained in:
@@ -140,7 +140,6 @@
|
||||
------------------------------------------------------------------------*/
|
||||
|
||||
.fc-event {
|
||||
overflow: hidden;
|
||||
border: 1px solid #3a87ad; /* default BORDER color */
|
||||
background-color: #3a87ad; /* default BACKGROUND color */
|
||||
color: #fff; /* default TEXT color */
|
||||
@@ -161,6 +160,11 @@ a.fc-event,
|
||||
.fc-rtl .fc-event {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.fc-event-inner {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.fc-event-time,
|
||||
.fc-event-title {
|
||||
|
||||
Reference in New Issue
Block a user