Skip to content

Commit

Permalink
Docs (ckeditor5): Do not center math equations and chemical formulas. C…
Browse files Browse the repository at this point in the history
…loses #2080.

Do not center math equations and chemical formulas.
  • Loading branch information
mlewand authored Jun 16, 2020
2 parents ffac139 + a6cac4f commit 81a9409
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/assets/snippet-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,15 @@ It breaks CKEditor 5 (see how <p><code>[]</code></p> looks). */
margin: 0 auto;
}

/* Umberto stylesheet is centering `<img>` inside a `<p>`, let's overwrite it with higher CSS Specificity.
* See: https://github.com/ckeditor/ckeditor5/issues/2080.
*/
.live-snippet p img {
display: initial;
margin: initial;
box-sizing: initial;
}

.live-snippet blockquote p:first-of-type {
margin-bottom: 1.5rem;
}
Expand Down

0 comments on commit 81a9409

Please sign in to comment.