diff --git a/docs/assets/snippet-styles.css b/docs/assets/snippet-styles.css index fe9519deb99..a0ff5ff2bd1 100644 --- a/docs/assets/snippet-styles.css +++ b/docs/assets/snippet-styles.css @@ -200,6 +200,15 @@ It breaks CKEditor 5 (see how

[]

looks). */ margin: 0 auto; } +/* Umberto stylesheet is centering `` inside a `

`, 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; }