Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix submission table overflow #5059

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Fix submission table overflow #5059

merged 1 commit into from
Oct 23, 2023

Conversation

bmesuere
Copy link
Member

This pull request fixes the submission table from overflowing when it contained long lines without spaces. This is done by setting overflow-wrap to anywhere.

Before:
image

After:
image

Note: overflow-wrap is the official name for the old property called word-wrap.

Fixes #4355.

@bmesuere bmesuere added the bug Something isn't working label Oct 21, 2023
@bmesuere bmesuere requested a review from a team as a code owner October 21, 2023 20:29
@bmesuere bmesuere requested review from niknetniko and jorg-vr and removed request for a team October 21, 2023 20:29
@bmesuere bmesuere added the no deploy Prevents automatic deploy after merging label Oct 23, 2023
@bmesuere bmesuere merged commit 0e0b9f4 into main Oct 23, 2023
17 checks passed
@bmesuere bmesuere deleted the fix/submission-overflow branch October 23, 2023 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working no deploy Prevents automatic deploy after merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Submission table overflow
2 participants