Skip to content

Commit

Permalink
Add margin to block-level math
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelsbey committed Jul 10, 2024
1 parent f52482c commit 8075f2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/document/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,10 @@ pre {
}
}

math[display="block"] {
margin: 1rem 0 2rem;
}

.example-good,
.example-bad {
padding: 0 1rem;
Expand Down

0 comments on commit 8075f2b

Please sign in to comment.