Don't use nbsp
This commit is contained in:
@@ -86,7 +86,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__title {
|
&__title {
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
&-inline {
|
&-inline {
|
||||||
|
@@ -25,7 +25,6 @@
|
|||||||
<div class="usa-input__title">
|
<div class="usa-input__title">
|
||||||
{{ field.label | striptags }}
|
{{ field.label | striptags }}
|
||||||
{% if optional %}
|
{% if optional %}
|
||||||
|
|
||||||
<span class="usa-input-label-helper">(optional)</span>
|
<span class="usa-input-label-helper">(optional)</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if tooltip %}{{ Tooltip(tooltip) }}{% endif %}
|
{% if tooltip %}{{ Tooltip(tooltip) }}{% endif %}
|
||||||
|
@@ -29,7 +29,6 @@
|
|||||||
<div class="usa-input__title{% if not field.description %}-inline{% endif %}">
|
<div class="usa-input__title{% if not field.description %}-inline{% endif %}">
|
||||||
{{ field.label | striptags}}
|
{{ field.label | striptags}}
|
||||||
{% if optional %}
|
{% if optional %}
|
||||||
|
|
||||||
<span class="usa-input-label-helper">(optional)</span>
|
<span class="usa-input-label-helper">(optional)</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if tooltip %}{{ Tooltip(tooltip) }}{% endif %}
|
{% if tooltip %}{{ Tooltip(tooltip) }}{% endif %}
|
||||||
|
@@ -41,7 +41,6 @@
|
|||||||
<div class="usa-input__title">
|
<div class="usa-input__title">
|
||||||
{{ label }}
|
{{ label }}
|
||||||
{% if optional %}
|
{% if optional %}
|
||||||
|
|
||||||
<span class="usa-input-label-helper">(optional)</span>
|
<span class="usa-input-label-helper">(optional)</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if tooltip and not disabled %}
|
{% if tooltip and not disabled %}
|
||||||
|
Reference in New Issue
Block a user