Set HTML dir attribute in RTL languages
This way properties flex layouts text direction will work properly.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="<%= I18n.locale %>">
|
||||
<html <%= "dir=rtl" if rtl? %> lang="<%= I18n.locale %>">
|
||||
<head>
|
||||
<%= render "layouts/common_head", default_title: setting["org_name"] %>
|
||||
<%= render "layouts/meta_tags" %>
|
||||
|
||||
Reference in New Issue
Block a user