Created by: MartijnCuppens
This was causing issues for RTL, see https://github.com/twbs/bootstrap/issues/28238.
The text align didn't needed to be set to fix (https://github.com/twbs/bootstrap/pull/22858), adding th{ text-align: inherit; }
was enough (see https://codepen.io/MartijnCuppens/pen/zVLZbG)