Saltar navegación

Etiquetado: 

Este tema contiene 0 respuesta, tiene 1 voz.

Última actualización por leventU-4 hace 1 año, 2 meses.

Asistido por: Lucas Vidal de Andrade.

Autor Publicaciones
marzo 29, 2024 a las 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;
}