chromium/hstspreload.org

The validation button is still too small

ZerooCool opened this issue · 8 comments

Change the CSS so that the validation button (at the bottom of the page) can display all the text content.

Could I ask you to provide a screenshot so we know what needs fixing?

1920 x 1080 for my resolution.

I can't make a screenshot because validation is pending.

This last button is not wide enough and the font must be reduced, otherwise the text is not displayed correctly, and some of the text is truncated.

I have found the issue : #170
2 button need to be update, not only the first.

@ZerooCool you should submit a PR :)

For the button at the bottom, this is better :

Replace max-width: 22em; by max-width: 25em;

Please, add this in a PR.

I'm not sure the solution is to increase the button width. Instead the button text should wrap. Or even better, we should have the text separated from the button action.

It's right.
In my case, I was able to obtain a correct rendering with my proposal.
Separating the text (URL it seems to me) from the button is actually a very good thing.

Increasing the width is not right and it's moot since domains can have a big length. The proper solution would be to untie the button for the text.

Yes quite.