Skip to content

Commit 354aa87

Browse files
committed
update details menu spacing for Labs containers
1 parent d00dfb7 commit 354aa87

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dotcom-rendering/src/components/LabsSectionHeader.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,10 @@ const positionStyles = css`
107107
const detailsStyles = css`
108108
background-color: ${schemePalette('--labs-about-dropdown-background')};
109109
color: ${schemePalette('--labs-about-dropdown-text')};
110-
padding: ${space[5]}px;
110+
padding: ${space[3]}px;
111+
> :not(:last-child) {
112+
margin-bottom: ${space[3]}px;
113+
}
111114
`;
112115

113116
export const LabsSectionHeader = ({ title, url, editionId }: Props) => (
@@ -137,7 +140,6 @@ export const LabsSectionHeader = ({ title, url, editionId }: Props) => (
137140
advertiser and produced by the Guardian Labs
138141
team.
139142
</p>
140-
<br />
141143
<LinkButton
142144
iconSide="right"
143145
size="xsmall"

0 commit comments

Comments
 (0)