Skip to content

Commit

Permalink
Revisit HTML embed styles around floated elements
Browse files Browse the repository at this point in the history
  • Loading branch information
pkwasnik committed Oct 29, 2020
1 parent 7088a1c commit 0da0691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-html-embed/theme/htmlembed.css
Original file line number Diff line number Diff line change
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 0da0691

Please sign in to comment.