8
0
Quellcode durchsuchen

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

Aleksander Nowodzinski vor 6 Jahren
Ursprung
Commit
96090ac339
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;