From 6f997da8cd0d672d437f4301a52665400db7e2d3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 11 Nov 2020 08:10:43 +0100 Subject: [PATCH] prune sim: set min-heigth for calendar day cells Signed-off-by: Thomas Lamprecht --- docs/prune-simulator/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/prune-simulator/index.html b/docs/prune-simulator/index.html index 5d298ea6..641ef435 100644 --- a/docs/prune-simulator/index.html +++ b/docs/prune-simulator/index.html @@ -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; }