From 9c147b6ec6cc76251200732db22f547a1c358ce1 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Fri, 29 Oct 2021 01:51:13 +0200 Subject: [PATCH] Fix lineheight, fix #511 --- css/openinghourstable.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/openinghourstable.css b/css/openinghourstable.css index b477b4862..877355426 100644 --- a/css/openinghourstable.css +++ b/css/openinghourstable.css @@ -16,6 +16,8 @@ border-collapse: collapse; background-clip: padding-box; border-right: 1px solid #ccc; + /* Somthing sets linehight to 1.5, but the leaflet-popup-content sets it to 1.4, throwing of the calculations... */ + line-height: 1.5 !important; } .oh-timecell {