Parcourir la source

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

Aleksander Nowodzinski il y a 6 ans
Parent
commit
96090ac339
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;