fix(Radio): prevent help text from inlining with label (#894)

This commit is contained in:
Conner Blanton
2023-10-31 08:29:48 -05:00
committed by GitHub
parent 1f9a063d98
commit a2d70f04e9

View File

@@ -14,7 +14,7 @@
v-bind="attrs"
>
</div>
<div v-if="label || $slots.label" class="ms-3 inline-flex items-center">
<div v-if="label || $slots.label" class="ms-3 flex flex-col">
<label :for="id" :class="ui.label">
<slot name="label">{{ label }}</slot>
<span v-if="required" :class="ui.required">*</span>