Skip to content

Commit

Permalink
Reserve 350px instead of 250px for inline1
Browse files Browse the repository at this point in the history
  • Loading branch information
deedeeh committed Jun 20, 2024
1 parent bd53e75 commit 83a293f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dotcom-rendering/src/components/ArticleContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ const adStyles = css`
constants.AD_LABEL_HEIGHT}px;
${from.desktop} {
min-height: ${adSizes.mpu.height + constants.AD_LABEL_HEIGHT}px;
min-height: ${adSizes.outstreamDesktop.height +
constants.AD_LABEL_HEIGHT}px;
}
}
Expand Down

0 comments on commit 83a293f

Please sign in to comment.