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 score table overflow #5060

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Fix score table overflow #5060

merged 1 commit into from
Oct 23, 2023

Conversation

bmesuere
Copy link
Member

This pull request improves the overflow issues with the score table by limiting the description width. Although a max-width is set, the description column will still take up more space if it is available (which is what we want).

Note that this does not fully fix the problem on very narrow screens where even 150px is too much.

Before:

image

After:

image

This problem was mentioned in (unrelated) issue #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:55
@bmesuere bmesuere requested review from niknetniko and chvp and removed request for a team October 21, 2023 20:55
@bmesuere bmesuere added the no deploy Prevents automatic deploy after merging label Oct 23, 2023
@bmesuere bmesuere merged commit 21db4c0 into main Oct 23, 2023
17 checks passed
@bmesuere bmesuere deleted the fix/score-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.

2 participants