Kaynağa Gözat

Internal: Fixed CSS rules order to make the linter happy.

Marek Lewandowski 5 yıl önce
ebeveyn
işleme
842c0539c5
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 4 4
      docs/assets/snippet-styles.css

+ 4 - 4
docs/assets/snippet-styles.css

@@ -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;
 }