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

Website: Text boxes text overlaps with smaller fonts. #1153

Open
LeeWannacott opened this issue Jan 2, 2024 · 1 comment
Open

Website: Text boxes text overlaps with smaller fonts. #1153

LeeWannacott opened this issue Jan 2, 2024 · 1 comment

Comments

@LeeWannacott
Copy link
Contributor

LeeWannacott commented Jan 2, 2024

image
https://quick-lint-js.com/blog/version-3.0/

Boxes text scale inversely with font size. (overlap the smaller the font size is set in your browser)

@strager
Copy link
Collaborator

strager commented Jan 2, 2024

It looks like you're shrinking the proportional-width font size, but not the monospace font size.

CSS breakpoints are based on the proportional-width font size.

I think the correct solution would be to make the layout responsive instead of relying on CSS breakpoints. This would mean switching from CSS grid to CSS flexbox for .eslint-comparison.

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

No branches or pull requests

2 participants