Skip to content
Snippets Groups Projects
Commit c1e938b1 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: don’t wrap p element in a p element

parent e81403dc
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<ADialog ref="dialog" is-modal class="md:tw-w-[600px]" @close="emit('cancel')">
<slot />
<p v-if="promptValue" class="tw-mt-3">
<div v-if="promptValue" class="tw-mt-3">
<SafeHTML
v-if="promptLabel"
:id="promptLabelId"
......@@ -20,7 +20,7 @@
:aria-labelledby="promptLabelId"
/>
</FormGroup>
</p>
</div>
<template #footer>
<div class="tw-flex tw-items-center tw-gap-3">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment