mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
Merge pull request #1028 from David-Mordechai/patch-1
RTL languages - Punctuation
This commit is contained in:
commit
e70cddc48f
1 changed files with 4 additions and 2 deletions
|
@ -1815,9 +1815,11 @@ key {
|
|||
|
||||
/* a little hack for right-to-left languages */
|
||||
&.rightToLeftTest {
|
||||
flex-direction: row-reverse;
|
||||
//flex-direction: row-reverse; // no need for hacking 😉, CSS fully support right-to-left languages
|
||||
direction: rtl;
|
||||
.word {
|
||||
flex-direction: row-reverse;
|
||||
//flex-direction: row-reverse;
|
||||
direction: rtl;
|
||||
}
|
||||
}
|
||||
&.withLigatures {
|
||||
|
|
Loading…
Reference in a new issue