Skip to content

Commit 8eef28c

Browse files
committed
Adjust gallery caption flex alignment.
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
1 parent 2fa3d3d commit 8eef28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/block-library/src/gallery/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
margin: 0;
2121
height: 100%;
2222
display: flex;
23-
align-items: center;
23+
align-items: flex-end;
2424
}
2525

2626
img {

0 commit comments

Comments
 (0)