Skip to content

Commit

Permalink
Merge branch 'main' into fix/3085/duration-component-spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
balibirchlee authored Mar 22, 2024
2 parents 8c3b27a + 8b1683b commit 95e1440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/label/_macro.njk
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
{%- else -%}
<label
class="{% if params.inputType is not defined -%}ons-label{%- endif %}{{- ' ' + params.classes if params.classes else "" -}}{%- if params.description %} ons-label--with-description{%- endif %} {{- ' ons-label--placeholder' if params.accessiblePlaceholder else "" -}}"
for="{{ params.for }}"
{% if params.description %}aria-describedby="{{ descriptionID }}"{% endif %}
{% if params.for %} for="{{ params.for }}"{% endif %}
{% if params.id %} id="{{ params.id }}"{% endif %}
{% if params.attributes %}{% for attribute, value in (params.attributes.items() if params.attributes is mapping and params.attributes.items else params.attributes) %}{{ attribute }}{% if value %}="{{ value }}"{% endif %}{% endfor %}{% endif %}
>
Expand Down

0 comments on commit 95e1440

Please sign in to comment.