We already set dir="rtl" when needed on the html tag, but bootstrap sets text-align: left without checking this tag.
dir="rtl"
text-align: left
So, explicitly also set text-align: right whenever needed.
text-align: right
See also tpo/applications/tor-browser#41777 (closed)
/cc @emmapeel