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

Alter overflow guard width to avoid text spilling #140368

Conversation

oddaaron00
Copy link

I've altered the code so that the width of the overflow guard is a few pixels smaller, preventing the text from spilling over the edge of the search box. The Extensions search box is the only place this particular CSS class is used, so this fix won't affect style elsewhere.

This PR fixes #140367

@alexdima
Copy link
Member

Unfortunately this is not the correct way to fix this, as the editor can be embedded in many contexts and always subtracting 8 only works in this particular embedding.

@alexdima alexdima closed this Jan 27, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Mar 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Text overflows edge of Extensions search box
3 participants