Merge pull request #558 from dod-ccpo/inline-select-checkbox
Checkbox is inline for select box validation checkmark
This commit is contained in:
commit
cba61d55db
@ -90,6 +90,10 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
&-inline {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
.icon-tooltip {
|
.icon-tooltip {
|
||||||
padding: 0 $gap/2;
|
padding: 0 $gap/2;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<fieldset v-on:change="onInput" class="usa-input__choices {% if inline %}usa-input__choices--inline{% endif %}">
|
<fieldset v-on:change="onInput" class="usa-input__choices {% if inline %}usa-input__choices--inline{% endif %}">
|
||||||
<legend>
|
<legend>
|
||||||
<div class="usa-input__title">
|
<div class="usa-input__title{% if not field.description %}-inline{% endif %}">
|
||||||
{{ field.label | striptags}}
|
{{ field.label | striptags}}
|
||||||
{% if tooltip %}{{ Tooltip(tooltip) }}{% endif %}
|
{% if tooltip %}{{ Tooltip(tooltip) }}{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user