Skip to content
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

Remove spacing between multiple error messages and add utility class (Meta #28) #73

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

marcwieland95
Copy link
Contributor

No description provided.

@marcwieland95 marcwieland95 self-assigned this Jul 18, 2024
Copy link

@renestalder renestalder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -44,7 +44,7 @@
{%- if errors|length > 0 -%}
<ul>
{%- for error in errors -%}
<li class="mb-2 mt-2 whatwedo-utility-paragraph--error py-3 relative">{{ error.message|trans }}</li>
<li class="whatwedo-utility-paragraph--error relative">{{ error.message|trans }}</li>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: I see different formatting used in different MRs for Twig filters. Some have spaces between the pipe, others don't. This is out of scope for this MR, but it seems the formatting rules are off here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I created a issue in the Meta repo to keep track of that. Will make sense during the refactoring of the components anyways

@marcwieland95 marcwieland95 merged commit 148ae06 into develop Jul 23, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants