mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
fix(Radio): prevent help text from inlining with label (#894)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user