Add rewrite of 'special' clauses, various QOLimprovements on import viewer
This commit is contained in:
parent
8df0324572
commit
c47a6d5ea7
22 changed files with 597 additions and 155 deletions
|
@ -168,7 +168,7 @@ export default class OpeningHoursVisualization extends Toggle {
|
|||
}
|
||||
return new Table(undefined,
|
||||
[[" ", header], ...weekdays],
|
||||
[["width: 5%", `position: relative; height: ${headerHeight}`], ...weekdayStyles]
|
||||
{contentStyle: [["width: 5%", `position: relative; height: ${headerHeight}`], ...weekdayStyles]}
|
||||
).SetClass("w-full")
|
||||
.SetStyle("border-collapse: collapse; word-break; word-break: normal; word-wrap: normal")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue