Skip to content

Commit

Permalink
Merge branch 'main' into enhancement/3060/change-status-wording
Browse files Browse the repository at this point in the history
  • Loading branch information
alessioventuriniAND authored Mar 25, 2024
2 parents 4cb9f03 + dbe543f commit f96412a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions src/components/field/_field-group.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
.ons-field-group {
font-size: 0;
display: flex;
flex-wrap: wrap;
gap: 1rem;

.ons-field {
display: inline-block;
font-size: 1rem;
margin-top: 0;
vertical-align: top;

&:not(:last-child) {
margin-right: 1rem;
}
}
}
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 f96412a

Please sign in to comment.