Graylog2 / Graylog2/graylog2-server
Table component: Consider using `word-break: break-word` for table cells by default.
Open
feature
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
## Description
Currently the table layout can break when it contains a very long value without a character which causes a line break, like a space ` ` or a dash `-`.

In related cases we usually apply a special `word-break` style, like `word-break: break-word`. We should consider applying this style by default for all table cells.

Contributor guide
Assessment
This issue has not been assessed yet.