mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 11:20:36 +01:00
fix(Radio): prevent help text from inlining with label (#894)
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
v-bind="attrs"
|
v-bind="attrs"
|
||||||
>
|
>
|
||||||
</div>
|
</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">
|
<label :for="id" :class="ui.label">
|
||||||
<slot name="label">{{ label }}</slot>
|
<slot name="label">{{ label }}</slot>
|
||||||
<span v-if="required" :class="ui.required">*</span>
|
<span v-if="required" :class="ui.required">*</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user