浏览代码

Let's give the code block even more air in tight spaces.

Aleksander Nowodzinski 6 年之前
父节点
当前提交
0d6c0f10e5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-code-block/theme/codeblock.css

+ 1 - 1
packages/ckeditor5-code-block/theme/codeblock.css

@@ -21,7 +21,7 @@
 	font-style: normal;
 
 	/* Don't let the code be squashed e.g. when in a table cell. */
-	min-width: 100px;
+	min-width: 200px;
 
 	& code {
 		background: unset;