**Describe the bug** long words in [fixed tables](https://github.com/xwikisas/xwiki-pro-macros/issues/361) coming from Confluence overflow cells, which is ugly. ```css word-break: break-word ``` on the table cells fixes the issue. And the following rule lets browsers put nice breaking dashes. ```css hyphens: auto ```
Describe the bug
long words in fixed tables coming from Confluence overflow cells, which is ugly.
on the table cells fixes the issue. And the following rule lets browsers put nice breaking dashes.