Skip to content

Commit 4593591

Browse files
committed
increase width of expanded details within labs page header
1 parent c01d797 commit 4593591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/LabsPageHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const detailsExpandedAreaStyles = css`
9494
width: ${breakpoints.tablet}px;
9595
}
9696
${from.desktop} {
97-
width: 240px;
97+
width: 320px;
9898
}
9999
100100
${from.mobileLandscape} {

0 commit comments

Comments
 (0)