Keep white space in opening hours
This commit is contained in:
parent
44980c0ba2
commit
2af33c6464
1 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,10 @@ table {
|
|||
width: 100%
|
||||
}
|
||||
|
||||
td {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
.desktop tr td {
|
||||
padding-right: 5px;
|
||||
width: 75;
|
||||
|
|
Loading…
Reference in a new issue