TAO doesn't seem to support RTL, which is necessary for the Arabic language in my case
For example, when writing an item in both Arabic and English, the question get missy as follows:

@RoduanKareemAldeen came up with a quick solution, which solved our problem temporarily by adding
.qti-prompt, .label-content {
direction: rtl;
}
to default.css

Hope that RTL would be the default when changing the general language from English to Arabic.
TAO doesn't seem to support RTL, which is necessary for the Arabic language in my case

For example, when writing an item in both Arabic and English, the question get missy as follows:
@RoduanKareemAldeen came up with a quick solution, which solved our problem temporarily by adding
to default.css

Hope that RTL would be the default when changing the general language from English to Arabic.