Skip to content

Fix .comment-meta width issue #1598

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

LunarWatcher
Copy link
Contributor

#1558 introduced a max-width condition that, for reasons I don't understand and likely never will, caused comment boxes to start underflowing:

Screenshot showing a comment with the meta header not taking up the full available width

Fix verified in:

  • /thread/{id}
    • Selected thread + when embedded on that page
  • /posts/{id}

This PR fixes this bug. AFAIK, it has not been reported anywhere (yet).

@cellio cellio requested a review from a team April 9, 2025 23:39
@LunarWatcher
Copy link
Contributor Author

LunarWatcher commented Apr 10, 2025

Is the test failure one of the flaky tests addressed in #1569? I don't see how this tiny CSS change would cause that to fail on one single ruby version otherwise

@Oaphi
Copy link
Member

Oaphi commented Apr 10, 2025

Is the test failure one of the flaky tests addressed in #1569? I don't see how this tiny CSS change would cause that to fail on one single ruby version otherwise

Yeah, judging by the error message, it's the flaky system tests, yeah, I'll rerun the pipeline shortly

@Oaphi
Copy link
Member

Oaphi commented Apr 10, 2025

Oh, I just realized I've noticed the issue too and fixed it in my PR with fixes related to the button: 2e7578c. Not sure how to proceed, though, our fixes might be complementary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants