Skip to content

RTL support #83

Description

@beshr-eldebuch

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:
image

@RoduanKareemAldeen came up with a quick solution, which solved our problem temporarily by adding

.qti-prompt, .label-content {
    direction: rtl;
}

to default.css
image

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions