Skip to content

Commit

Permalink
Gallery: Add a margin declarion (#25291)
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian authored Oct 2, 2020
1 parent 0d2771b commit cecabd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/gallery/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
font-size: 0.8em;
background: linear-gradient(0deg, rgba($color: $black, $alpha: 0.7) 0, rgba($color: $black, $alpha: 0.3) 70%, transparent);
box-sizing: border-box;
margin: 0;

img {
display: inline;
Expand Down Expand Up @@ -137,4 +138,3 @@
}
}
}

0 comments on commit cecabd0

Please sign in to comment.