|
|
@@ -196,10 +196,6 @@ It breaks CKEditor 5 (see how <p><code>[]</code></p> looks). */
|
|
|
margin-left: 2.5rem;
|
|
|
}
|
|
|
|
|
|
-.live-snippet .image img {
|
|
|
- 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.
|
|
|
*/
|
|
|
@@ -209,6 +205,10 @@ It breaks CKEditor 5 (see how <p><code>[]</code></p> looks). */
|
|
|
box-sizing: initial;
|
|
|
}
|
|
|
|
|
|
+.live-snippet .image img {
|
|
|
+ margin: 0 auto;
|
|
|
+}
|
|
|
+
|
|
|
.live-snippet blockquote p:first-of-type {
|
|
|
margin-bottom: 1.5rem;
|
|
|
}
|