Browse Source

Internal: Comment. [skip ci]

Piotrek Koszuliński 8 years ago
parent
commit
12196baa25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/assets/snippet-styles.css

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

@@ -30,7 +30,7 @@ It breaks CKEditor 5 (see how <p><code>[]</code></p> looks). */
 .ck-editor .ck-editor__editable code:after {
 	content: '' !important;
 	letter-spacing: 0 !important;
-	display: none !important;
+	display: none !important; /* Firefox is very stubborn. */
 }
 
 .ck-reset.ck-list {