I want to Text-align to right inside a table

I want to Text-align to right inside a table
i am using Arabic language RTL to print
but align can not be right for content in Quotation Print format

you have to use custom print format using html and jinja

then you have to align “div” it self using html

1 Like

@Mahmoud_Ghoneem
Can you help me to Fix that problem
or where to find current print format to just edit “div”

The Problem is solved by adding code in Print Format as Custom CSS
and its work fine

[data-fieldtype="Small Text"] .value { text-align: right; }
[data-fieldtype="Date"] .value { text-align: right; }
[data-fieldtype="Table"] .value { text-align: left; }
[data-fieldtype="Link"] .value { text-align: left; }
3 Likes

:+1::+1::+1::+1:

Thanks a lot.

1 Like