github / choosealicense.com

A site to provide non-judgmental guidance on choosing a license for your open source project
https://choosealicense.com
MIT License
3.65k stars 1.32k forks source link

Home page formatting slightly broken on Chrome on Ubuntu 22.04 #1196

Closed RTnhN closed 6 months ago

RTnhN commented 6 months ago

Chrome shows that the "Which of the following best describes your situation" is not between the two curly braces:

image

It looks fine on firefox though: image

If we change the font size on the h2 element to 1.5rem or 1.6rem, it fixes the spacing issues. Is this something that I could create a PR for? Is this a problem for other people's browsers?

Chrome Fixed image

mlinksva commented 6 months ago

I don't think changing the font size is a fix; the same problem would just occur at a different resolution, wouldn't it?

It shouldn't occur at all, with the text going to multiline if it doesn't fit, like

Image

Could you say what version of Chrome you're using?

RTnhN commented 6 months ago

I needed to reinstall chrome over the past couple days for another reason. With the install, it is now fixed. I don't know what version I was on, but I am on Version 122.0.6261.69 (Official Build) (64-bit).

I think that we can just close this now.