8
0
Quellcode durchsuchen

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

Aleksander Nowodzinski vor 6 Jahren
Ursprung
Commit
0d6c0f10e5
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: 100px;
+	min-width: 200px;
 
 	& code {
 		background: unset;