Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/notify-translations/app/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ uk: 1748
tr: 1892
fr: 1972
ko: 2017
sq: 2041
fa: 2041
pl: 3169
de: 3716
id: 3717
Expand Down
21 changes: 21 additions & 0 deletions docs/en/docs/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,21 @@
display: block;
}

.termy {
/* For right to left languages */
direction: ltr;
}

.termy [data-termynal] {
white-space: pre-wrap;
}

a.external-link {
/* For right to left languages */
direction: ltr;
display: inline-block;
}

a.external-link::after {
/* \00A0 is a non-breaking space
to make the mark be on the same line as the link
Expand Down Expand Up @@ -118,3 +129,13 @@ a.announce-link:hover {
.twitter {
color: #00acee;
}

/* Right to left languages */
code {
direction: ltr;
display: inline-block;
}

.md-content__inner h1 {
direction: ltr !important;
}
Loading