Skip to content

Commit

Permalink
fix RTL form area
Browse files Browse the repository at this point in the history
  • Loading branch information
omohokcoj committed Jan 7, 2024
1 parent 0995c7e commit 35c6798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/javascript/submission_form/area.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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(', ') }}
Expand Down

0 comments on commit 35c6798

Please sign in to comment.