fix(homepage-contributor-spotlight): fix content overflow#1045
fix(homepage-contributor-spotlight): fix content overflow#1045
Conversation
caugner
left a comment
There was a problem hiding this comment.
I think it should be sufficient to add max-width: 100% to the existing .homepage-contributor-spotlight__name {} rule, where we already set width: max-content.
Setting width: 100% causes the name to take all the space, even if it doesn't need to.
321ee9b to
1bd6f5f
Compare
|
dd47e77 was deployed to: https://fred-pr1045.review.mdn.allizom.net/ |
|
Thank you for fixing this @brysonbw! Apologies for taking so long to review it, @caugner recently put some work in to get the review companion to work on PRs from forks, which makes reviewing much more convenient for us - so we ought to be much faster at it from now on! |
Np and ok, smooth |


Description
Changes
homepage-contributor-spotlight__nameclass styles - prevent name content overflow on mobile screensScreenshots and screen recordings
Before
contributor-spotlight-overflow-before.mov
After
after-1027.mov
Related issues and pull requests