fix RTL form area

pull/217/head
Pete Matsyburka 2 years ago
parent 0995c7ee63
commit 35c6798a80

@ -152,7 +152,8 @@
<div <div
v-else v-else
ref="textContainer" ref="textContainer"
class="flex items-center px-0.5" dir="auto"
class="flex items-center px-0.5 w-full"
> >
<span v-if="Array.isArray(modelValue)"> <span v-if="Array.isArray(modelValue)">
{{ modelValue.join(', ') }} {{ modelValue.join(', ') }}

Loading…
Cancel
Save