Skip to content

Commit

Permalink
Adjust gallery caption flex alignment.
Browse files Browse the repository at this point in the history
Gallery captions are meant to appear at the bottom of gallery items, but a recent change in #9622 changed that and introduced a visual bug. This sets things back to the way they were before.

Fixes #9752
  • Loading branch information
kjellr committed Sep 10, 2018
1 parent 2fa3d3d commit 8eef28c
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 @@ -20,7 +20,7 @@
margin: 0;
height: 100%;
display: flex;
align-items: center;
align-items: flex-end;
}

img {
Expand Down

0 comments on commit 8eef28c

Please sign in to comment.