Skip to content
Snippets Groups Projects
Commit 180139cd authored by Mahdi Cheikh Rouhou (macr)'s avatar Mahdi Cheikh Rouhou (macr)
Browse files

[FIX] web : align number on right in rtl lang


Numbers should be alinged on the right in rtl langauge same as ltr langs

Steps to reproduce the isse :
1- Change the language to arabic
2- To to the list of invoices in accounting and you can see that the numbers are aligned to the left

The origin of the problem is that rtlcss reverse the alignment from right to left

opw-3295573

closes odoo/odoo#121689

Signed-off-by: default avatarBruno Boi (boi) <boi@odoo.com>
parent 9302a237
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@
}
&.o_list_number {
/*rtl:ignore*/
text-align: right;
}
&.o_list_text {
......
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