forked from MapComplete/MapComplete
Quick fixes
This commit is contained in:
parent
bd7cba420c
commit
29a0a3ee81
5 changed files with 5 additions and 5 deletions
|
@ -314,7 +314,7 @@ export default class OpeningHoursVisualization extends UIElement {
|
|||
|
||||
|
||||
return new Combine([
|
||||
"<table class='ohviz' style='width:100%;'>",
|
||||
"<table class='ohviz' style='width:100%; word-break: normal;'>",
|
||||
rows.map(el => "<tr>" + el.Render() + "</tr>").join(""),
|
||||
"</table>"
|
||||
]).SetClass("ohviz-container").Render();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue