Skip to content

Commit

Permalink
Fix issue with gallery toolbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joen Asmussen committed Mar 8, 2018
1 parent 490e11e commit 71efa33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion blocks/library/gallery/editor.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.wp-block-gallery:not( .components-placeholder ) {
margin: -8px;
// allow gallery items to go edge to edge
margin-left: -8px;
margin-right: -8px;
}

.blocks-gallery-item {
Expand Down

0 comments on commit 71efa33

Please sign in to comment.