소스 검색

The embed source container should never overflow.

Aleksander Nowodzinski 5 년 전
부모
커밋
d87beba73b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/ckeditor5-theme-lark/theme/ckeditor5-html-embed/htmlembed.css

+ 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. */