Fix regression of word breaking

Fixes #2845
This commit is contained in:
Francis Lachapelle
2014-07-08 22:00:06 -04:00
parent 45553be122
commit e343ed240b
2 changed files with 4 additions and 4 deletions

View File

@@ -65,6 +65,7 @@ DIV#rightFrameTitle {
border:solid black 2px;
border-radius:5px;
margin-top:3px;
overflow:hidden;
}
.eventsTitle, .tasksTitle {
@@ -121,6 +122,7 @@ DIV#rightSide {
color: #666;
text-align: right;
min-width:52px;
vertical-align:top;
}
/********** Overriding SchedulerUI.css **********/