Keep white space in opening hours

This commit is contained in:
Midgard 2020-05-22 18:20:26 +02:00
parent 44980c0ba2
commit 2af33c6464
Signed by: midgard
GPG Key ID: 511C112F1331BBB4
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@ table {
width: 100%
}
td {
white-space: pre-line;
}
.desktop tr td {
padding-right: 5px;
width: 75;