fix [unreleased] bug with event text overflow

This commit is contained in:
Adam Shaw
2013-03-18 01:47:33 -07:00
parent 8398608f30
commit 05a8a2317d
5 changed files with 88 additions and 5 deletions
+5 -1
View File
@@ -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 {