Passer la navigation

Marqué : 

Ce sujet contient 0 réponse, a 1 voix.

Dernière mise à jour par leventU-4 Il y a 1 année et 2 mois.

Assisté par: Lucas Vidal de Andrade.

Auteur Messages
mars 29, 2024 à 1:13 pm #15464436

leventU-4

The client stated that his variation should be LTR, but it was RTL by default. Problem was solved by adding the CSS rule:

:lang(ckb) {
direction: ltr;
}