-
Notifications
You must be signed in to change notification settings - Fork 92
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
The validation button is still too small #185
Comments
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 |
@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. |
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. |
Change the CSS so that the validation button (at the bottom of the page) can display all the text content.
The text was updated successfully, but these errors were encountered: