fix code samples in rtl pages (tpo/community/l10n#40120)

This commit is contained in:
Jérôme Charaoui 2023-11-09 12:45:04 -05:00
parent 766dfca651
commit 79ab8304ba
No known key found for this signature in database
GPG Key ID: 69C52F658E988542

View File

@ -354,6 +354,13 @@ mark, .mark {
font-weight: bold;
}
/* prevent reordering of characters in code samples
* on rtl pages, see tpo/community/l10n#40120
*/
code:dir(rtl) {
unicode-bidi: plaintext;
}
/*
* Nav
*/