mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-02 14:05:33 +00:00
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:
@@ -2441,7 +2441,7 @@ function BasicView(element, calendar, viewName) {
|
||||
}
|
||||
|
||||
colWidth = Math.floor((viewWidth - weekNumberWidth) / colCnt);
|
||||
setOuterWidth(headCells.slice(0, -1), colWidth);
|
||||
setOuterWidth(headCells, colWidth);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user