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
Currently civictheme themes textfield style inputs using input.twig rather than textfield.twig which renders the inputs with incorrect padding
input.twig
textfield.twig
Padding is incorrect and does not align with textfield component.
These types mentioned should be rendered the same as textfield components.
The text was updated successfully, but these errors were encountered:
[#417] Updated textfield input padding. (#421)
f50f6ff
[#417] Fixed textfield width.
4117a9d
[#417] Fixed textfield width. (#427)
d16f7c0
[#417] Fixed form inputs width.
bed2c05
Successfully merging a pull request may close this issue.
Summary
Currently civictheme themes textfield style inputs using
input.twig
rather thantextfield.twig
which renders the inputs with incorrect paddingSteps to reproduce
Observed outcome
Padding is incorrect and does not align with textfield component.
Expected outcome
These types mentioned should be rendered the same as textfield components.
The text was updated successfully, but these errors were encountered: