Skip to content

Commit 2cb4cbe

Browse files
committed
keep code styling aligned to the left and ltr at all times
1 parent b22b09a commit 2cb4cbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

browser/components/MarkdownPreview.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ body {
118118
code {
119119
font-family: '${codeBlockFontFamily.join("','")}';
120120
background-color: rgba(0,0,0,0.04);
121+
text-align: left;
122+
direction: ltr;
121123
}
122124
.lineNumber {
123125
${lineNumber && 'display: block !important;'}

0 commit comments

Comments
 (0)