Merge branch 'develop' into fix_helper

This commit is contained in:
sam detweiler
2019-12-28 14:36:49 -06:00
committed by GitHub
9 changed files with 1063 additions and 511 deletions

View File

@@ -180,6 +180,7 @@ Module.register("calendar", {
dateCell.colSpan = "3";
dateCell.innerHTML = dateAsString;
dateCell.style.paddingTop = "10px";
dateRow.appendChild(dateCell);
wrapper.appendChild(dateRow);