8
0
Pārlūkot izejas kodu

Fix: The editor buttons in the document editor guide should not wrap to the next line. Closes #1077.

Aleksander Nowodzinski 7 gadi atpakaļ
vecāks
revīzija
61c6ad64cc
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      docs/assets/styles.css

+ 4 - 0
docs/assets/styles.css

@@ -4,6 +4,8 @@
 
 /* https://github.com/ckeditor/ckeditor5/issues/913 */
 @media only screen and (min-width: 1600px) {
+	/* https://github.com/ckeditor/ckeditor5/issues/1077 */
+	.main .main__content .main__content-inner,
 	.main .main__content-wide .main__content-inner {
 		width: 800px;
 	}
@@ -11,6 +13,8 @@
 
 /* https://github.com/ckeditor/ckeditor5-build-decoupled-document/issues/12 */
 @media only screen and (max-width: 1360px) {
+	/* https://github.com/ckeditor/ckeditor5/issues/1077 */
+	.main .main__content .main__content-inner,
 	.main .main__content-wide .main__content-inner {
 		max-width: 900px;
 	}