From ea1f01811455bab47ad687b34d711b00da75719b Mon Sep 17 00:00:00 2001 From: Ahmad Haghighi Date: Thu, 25 Apr 2019 11:40:34 +0000 Subject: Add auto direction to support rtl languages --- app/views/admin/broadcast_messages/_form.html.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/admin/broadcast_messages/_form.html.haml') diff --git a/app/views/admin/broadcast_messages/_form.html.haml b/app/views/admin/broadcast_messages/_form.html.haml index c465d9f51d6..46beca0465e 100644 --- a/app/views/admin/broadcast_messages/_form.html.haml +++ b/app/views/admin/broadcast_messages/_form.html.haml @@ -14,6 +14,7 @@ .col-sm-10 = f.text_area :message, class: "form-control js-autosize", required: true, + dir: 'auto', data: { preview_path: preview_admin_broadcast_messages_path } .form-group.row.js-toggle-colors-container .col-sm-10.offset-sm-2 -- cgit v1.2.3