fix RTL form area
This commit is contained in:
@@ -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(', ') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user