Skip to content

Commit bbccdcb

Browse files
authored
Merge pull request #14592 from guardian/fix-header-grid-on-gallery
Fix header grid rows for gallery
2 parents c87704a + 1df2840 commit bbccdcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/Caption.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ const galleryStyles = css`
230230
padding-bottom: 6px;
231231
${from.leftCol} {
232232
${grid.column.left}
233-
grid-row-start: 8;
233+
grid-row: 8/10;
234234
}
235235
${between.tablet.and.leftCol} {
236236
position: relative;

0 commit comments

Comments
 (0)