Skip to content
Snippets Groups Projects
Commit 3bb885ae authored by Gabriel Engel's avatar Gabriel Engel
Browse files

Merge pull request #1626 from fduraibi/patch-10

Set code blocks to always be LTR
parents 9aacab6a d92c5557
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,11 @@ ...@@ -32,6 +32,11 @@
padding-right: 0px; padding-right: 0px;
} }
code {
unicode-bidi: embed;
direction: ltr;
}
.side-nav { .side-nav {
.right(0px); .right(0px);
.header { .header {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment