Skip to content

Commit

Permalink
Merge pull request #229 from SYwaves/image-block-center-width
Browse files Browse the repository at this point in the history
fix width overflow
  • Loading branch information
emmiegit authored Dec 16, 2023
2 parents 89e27a4 + 9560f26 commit 678a7ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/parts/elements.css
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ a.math-equation-error {
&.block-center {
margin-right: auto;
margin-left: auto;
max-width: 100%;
}

& img.image {
Expand Down

0 comments on commit 678a7ce

Please sign in to comment.