fix: misc ui issues

This commit is contained in:
Jannat Patel
2025-05-13 20:04:39 +05:30
parent 0a71620046
commit da4f134095
11 changed files with 58 additions and 41 deletions

View File

@@ -92,7 +92,10 @@
{{ option.label }}
</div>
<div
v-if="option.description && option.description != option.label"
v-if="
option.description &&
option.description != option.label
"
class="text-xs text-ink-gray-7"
v-html="option.description"
></div>