We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 legend field is not correctly aligned with the input fields, but rather directly located at the left end. This applies for latest Firefox.
Changing margin-left: to padding-left: in form fieldset legend does the trick.
margin-left:
padding-left:
form fieldset legend
The text was updated successfully, but these errors were encountered:
Noticed this too. I thought it was the other way round (I figured the legends were supposed to be left aligned as it looks neater in my opinion).
Sorry, something went wrong.
Boom, fixed in 1.3-wip branch.
Thanks!
textarea stylings for :valid/invalid. fixes twbs#82
2bb7d6c
No branches or pull requests
The legend field is not correctly aligned with the input fields, but rather directly located at the left end. This applies for latest Firefox.
Changing
margin-left:
topadding-left:
inform fieldset legend
does the trick.The text was updated successfully, but these errors were encountered: