Преглед на файлове

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

Marek Lewandowski преди 5 години
родител
ревизия
842c0539c5
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  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;
 }