1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

keep code styling aligned to the left and ltr at all times

This commit is contained in:
Itai Braude
2019-10-17 23:57:04 +03:00
parent b22b09a93d
commit 2cb4cbe1b6

View File

@@ -118,6 +118,8 @@ body {
code {
font-family: '${codeBlockFontFamily.join("','")}';
background-color: rgba(0,0,0,0.04);
text-align: left;
direction: ltr;
}
.lineNumber {
${lineNumber && 'display: block !important;'}