Skip to content

Commit

Permalink
Merge pull request #8379 from ckeditor/i/8332
Browse files Browse the repository at this point in the history
Fix (html-embed): Floated images are now properly displayed around HTML embeds. Closes #8332.
  • Loading branch information
jodator committed Oct 30, 2020
2 parents 7088a1c + 0da0691 commit 985334c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-html-embed/theme/htmlembed.css
Expand Up @@ -8,7 +8,7 @@
/* Give the embed some air. */
margin: 1em auto;
position: relative;
clear: both;
display: flow-root;

/* ----- Emebed label in the upper left corner ----------------------------------------------- */

Expand Down

0 comments on commit 985334c

Please sign in to comment.