Skip to content

Commit

Permalink
Merge pull request #1660 from WordPress/fix/responsive-inserter-issue
Browse files Browse the repository at this point in the history
Fix issue where inserter wouldn't clear floats.
  • Loading branch information
jasmussen authored Jul 3, 2017
2 parents 6c6d682 + c0d6413 commit 2d7d544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/modes/visual-editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ $sticky-bottom-offset: 20px;
align-items: baseline;
max-width: $visual-editor-max-width;
margin: 0 auto;
clear: both;

> .editor-inserter__block {
opacity: 0;
Expand Down

0 comments on commit 2d7d544

Please sign in to comment.