Skip to content

Commit

Permalink
fix(Radio): prevent help text from inlining with label (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
connerblanton authored Oct 31, 2023
1 parent 1f9a063 commit a2d70f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/forms/Radio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

1 comment on commit a2d70f0

@vercel
Copy link

@vercel vercel bot commented on a2d70f0 Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-git-dev-nuxt-js.vercel.app
ui-nuxt-js.vercel.app
ui.nuxt.com

Please sign in to comment.