Skip to content

Commit

Permalink
Merge pull request #8330 from ckeditor/i/8324
Browse files Browse the repository at this point in the history
Internal (html-embed): The HTML snippet widget will not cover the image inserted above with the alignment style. Closes #8324.
  • Loading branch information
pomek authored Oct 23, 2020
2 parents 66ac15d + ced5fb4 commit d8b26da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ckeditor5-html-embed/theme/htmlembed.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/* Give the embed some air. */
margin: 1em auto;
position: relative;
clear: both;

/* The switch mode button wrapper. */
& .raw-html-embed__buttons-wrapper {
Expand Down

0 comments on commit d8b26da

Please sign in to comment.