Skip to content

Add the text-right class to body for rtl languages.

Pier Angelo Vendrame requested to merge pierov/tbmanual:body-right-rtl into main

We already set dir="rtl" when needed on the html tag, but bootstrap sets text-align: left without checking this tag.

So, explicitly also set text-align: right whenever needed.

See also tpo/applications/tor-browser#41777 (closed)

/cc @emmapeel

Edited by Pier Angelo Vendrame

Merge request reports