Skip to content
Snippets Groups Projects
Commit c107e983 authored by jerome hanke (jhk)'s avatar jerome hanke (jhk)
Browse files

[FIX] portal: rtl is active even without website


Steps to reproduce:
- install sales
- install a language with rtl support
- set the installed language as preffered language for current user
- preview any sale order/quotation on the portal

Previous behavior:
the portal is not showed right to left

Current behavior:
rtl is working a intended

opw-2167151

closes odoo/odoo#43737

X-original-commit: 2855ac7a
Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
parent 7e09f931
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,12 @@ $o-portal-bg-color: desaturate($gray-200, 100%);
$o-portal-use-default-colors: $body-bg == $o-portal-default-body-bg;
// Frontend general
body {
// Set frontend direction that will be flipped with
// rtlcss for right-to-left text direction.
direction: ltr;
}
header {
.navbar-brand {
flex: 0 0 auto;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment