Added a padding between days in dateheader mode

This commit is contained in:
Alexander Kraus 2019-12-20 15:20:12 +01:00 committed by GitHub
parent 73be6c35a6
commit ecd79dc34b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);