Browse Source

The embed source container should never overflow.

Aleksander Nowodzinski 5 năm trước cách đây
mục cha
commit
d87beba73b

+ 1 - 0
packages/ckeditor5-theme-lark/theme/ckeditor5-html-embed/htmlembed.css

@@ -25,6 +25,7 @@
 		height: var(--ck-html-embed-source-height);
 		width: var(--ck-html-embed-content-width);
 		resize: none;
+		min-width: 0;
 	}
 
 	/* Using the feature with previews enabled. */