Graylog2 / Graylog2/graylog2-server

Table component: Consider using `word-break: break-word` for table cells by default.

Open
#22,541 0 comments 0 reactions 0 assignees View on GitHub
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 `-`.

![Image](https://github.com/user-attachments/assets/703f0d85-4bc6-4e47-95f7-3fcd0bcecd08)

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.

![Image](https://github.com/user-attachments/assets/054e731d-861b-43c7-bfb5-130b564bfbc2)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.