]> git.proxmox.com Git - proxmox-backup.git/commitdiff
prune sim: set min-heigth for calendar day cells
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 Nov 2020 07:10:43 +0000 (08:10 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 Nov 2020 07:10:43 +0000 (08:10 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
docs/prune-simulator/index.html

index 5d298ea69560eadbfd5fe365e036d09ea624373e..641ef435b98f2ba2b9966085b51f08e599d66b6d 100644 (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;
         }