diff --git a/theme/mediaembed.css b/theme/mediaembed.css index 92d9170..2712e58 100644 --- a/theme/mediaembed.css +++ b/theme/mediaembed.css @@ -7,4 +7,7 @@ /* Don't allow floated content overlap the media. https://github.com/ckeditor/ckeditor5-media-embed/issues/53 */ clear: both; + + /* Make sure there is some space between the content and the media. */ + margin: 1em 0; }