Kaynağa Gözat

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

Aleksander Nowodzinski 6 yıl önce
ebeveyn
işleme
96090ac339

+ 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;