8
0
Просмотр исходного кода

Docs: Fix nested editable styles in document editor sample.

Maciej Gołaszewski 7 лет назад
Родитель
Сommit
968a37c387
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      docs/_snippets/examples/document-editor.html

+ 2 - 2
docs/_snippets/examples/document-editor.html

@@ -72,7 +72,7 @@
 		overflow-y: scroll;
 	}
 
-	.document-editor__editable-container .ck-editor__editable {
+	.document-editor__editable-container .document-editor__editable.ck-editor__editable {
 		/* Set the dimensions of the "page". */
 		width: 15.8cm;
 		min-height: 21cm;
@@ -92,7 +92,7 @@
 	}
 
 	/* Override the page's width in the "Examples" section which is wider. */
-	.main__content-wide .document-editor__editable-container .ck-editor__editable {
+	.main__content-wide .document-editor__editable-container .document-editor__editable.ck-editor__editable {
 		width: 18cm;
 	}