When using table formatter, the layout breaks where content is long
Please see attached screenshots
See how:
width of table and columns is greater than viewport
when adding word-break break all - layout is also broken
text columns are centred vertically that makes table difficult to read
My suggestion
1. add word break all on table
2. add min width for th element
3. add vertical align top for td elements