improve RTL mode (#625)
Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<div
|
||||
v-if="form"
|
||||
class="open-complete-form"
|
||||
:dir="form?.layout_rtl ? 'rtl' : 'ltr'"
|
||||
:style="{ '--font-family': form.font_family, 'direction': form?.layout_rtl ? 'rtl' : 'ltr' }"
|
||||
>
|
||||
<link
|
||||
|
||||
@@ -119,7 +119,7 @@
|
||||
:form="form"
|
||||
class="mt-4"
|
||||
label="Right-to-Left Layout"
|
||||
help="Adjusts form layout for right-to-left languages."
|
||||
help="Adjusts layout for RTL languages"
|
||||
/>
|
||||
|
||||
<EditorSectionHeader
|
||||
|
||||
Reference in New Issue
Block a user