Calendar and table fixes

Fixed: Last day on calendar will be normal width
Fixed: Tables shouldn't overflow due to excessively long titles
This commit is contained in:
Mark McDowall
2014-05-19 18:52:20 -07:00
parent 94f9db940b
commit e2bf6fd6a4
5 changed files with 29 additions and 5 deletions

View File

@@ -2441,7 +2441,7 @@ function BasicView(element, calendar, viewName) {
}
colWidth = Math.floor((viewWidth - weekNumberWidth) / colCnt);
setOuterWidth(headCells.slice(0, -1), colWidth);
setOuterWidth(headCells, colWidth);
}