Browse Source

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

Aleksander Nowodzinski 6 years ago
parent
commit
96090ac339
1 changed files with 1 additions and 1 deletions
  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;