Procházet zdrojové kódy

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

Aleksander Nowodzinski před 6 roky
rodič
revize
0d6c0f10e5

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