mirror of
https://github.com/docusealco/docuseal.git
synced 2026-06-23 04:10:11 +00:00
fix RTL form area
This commit is contained in:
@@ -152,7 +152,8 @@
|
||||
<div
|
||||
v-else
|
||||
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)">
|
||||
{{ modelValue.join(', ') }}
|
||||
|
||||
Reference in New Issue
Block a user