Skip to content

Commit

Permalink
Fix issues with floats WordPress/gutenberg#11357 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyCooper committed Nov 13, 2018
1 parent af440c5 commit 29dbc24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions dist/blocks.editor.build.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
.wp-block-editor-blocks-hero .hero__heading,
.wp-block-editor-blocks-hero .hero__text {
margin-bottom: 1em; }

.editor-block-list__block-edit:after {
display: block;
content: "";
clear: both; }
.wp-block-editor-blocks-horizontal-feature h2,
.wp-block-editor-blocks-horizontal-feature p {
margin-bottom: 1em; }
Expand Down
6 changes: 0 additions & 6 deletions src/hero/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,3 @@
.wp-block-editor-blocks-hero .hero__text, {
margin-bottom: 1em;
}

.editor-block-list__block-edit:after {
display: block;
content: "";
clear: both;
}

0 comments on commit 29dbc24

Please sign in to comment.