Skip to content

Commit

Permalink
Fix code vertical alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
kognise authored Sep 14, 2021
1 parent eef6948 commit 01128e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions obsidian.css
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ mjx-container[jax='CHTML'] {
}

.markdown-preview-view code {
vertical-align: text-top;
vertical-align: 0;
word-break: break-word;
}

Expand Down Expand Up @@ -469,4 +469,4 @@ pre.line-numbers>code {
display: block !important;
padding-right: 0.8em !important;
text-align: right !important;
}
}

0 comments on commit 01128e6

Please sign in to comment.