浏览代码

Enlarged min-width around 1360px breakpoint.

dkonopka 6 年之前
父节点
当前提交
243752cfcb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/assets/styles.css

+ 2 - 2
docs/assets/styles.css

@@ -31,8 +31,8 @@ https://github.com/ckeditor/ckeditor5-build-decoupled-document/issues/12 */
 /* https://github.com/ckeditor/ckeditor5/issues/5598. */
 @media only screen and (min-width: 1360px) {
 	.main .main__content--no-toc .main__content-inner {
-		/* Because there is `width: auto`, we need to set something minimal. */
-		min-width: 860px;
+		/* Because there is `width: auto`, we need to set some minimal value. */
+		min-width: 910px;
 	}
 }