|
@@ -32,4 +32,8 @@
|
|
|
.ck-content .raw-html-embed {
|
|
.ck-content .raw-html-embed {
|
|
|
/* Give the embed some air. */
|
|
/* Give the embed some air. */
|
|
|
margin: 1em auto;
|
|
margin: 1em auto;
|
|
|
|
|
+
|
|
|
|
|
+ /* Give the html embed some minimal width in the content to prevent them
|
|
|
|
|
+ from being "squashed" in tight spaces, e.g. in table cells (https://github.com/ckeditor/ckeditor5/issues/8331) */
|
|
|
|
|
+ min-width: 15em;
|
|
|
}
|
|
}
|