浏览代码

The code block should not be squashed in a table cell.

Aleksander Nowodzinski 6 年之前
父节点
当前提交
96090ac339
共有 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: 60px;
+	min-width: 100px;
 
 	& code {
 		background: unset;