تخطي التنقل

الوسوم: 

يحتوي هذا الموضوع 0 ردود ، لديه 1صوت.

آخر تحديث بواسطة leventU-4 قبل 1 سنة، شهرين.

يساعده: Lucas Vidal de Andrade.

الكاتب المشاركات
مارس 29, 2024 في 1:13 م #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;
}