prune sim: set min-heigth for calendar day cells

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-11 08:10:43 +01:00
parent 03e40aa4ee
commit 6f997da8cd

View File

@ -13,6 +13,7 @@
.cal-day {
vertical-align: top;
width: 150px;
height: 75px; /* this is like min-height when used in tables */
border: #939393 1px solid;
color: #454545;
}