From 2af33c646425e6ca82c83c267d05f44624237583 Mon Sep 17 00:00:00 2001 From: Midgard Date: Fri, 22 May 2020 18:20:26 +0200 Subject: [PATCH] Keep white space in opening hours --- src/css/map.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/map.css b/src/css/map.css index 954e114..4c6bd09 100644 --- a/src/css/map.css +++ b/src/css/map.css @@ -46,6 +46,10 @@ table { width: 100% } +td { + white-space: pre-line; +} + .desktop tr td { padding-right: 5px; width: 75;