15.04.2020, 14:53
table.concat is working correctly. You need some extra CSS to show line breaks.
For example, if using Mosaic custom widget with text value display, you can fix text like this:
For example, if using Mosaic custom widget with text value display, you can fix text like this:
Code:
.widget-custom div > span { white-space: pre; }