Skip to content

Commit d769f28

Browse files
authored
[docs-infra] Add some ComponentLinkHeader bottom margin (#47328)
1 parent ef29ad2 commit d769f28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/mui-docs/src/ComponentLinkHeader/ComponentLinkHeader.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ import MaterialDesignIcon from '../svgIcons/MaterialDesignIcon';
1515
import { useTranslate } from '../i18n';
1616

1717
const Root = styled('ul')(({ theme }) => ({
18-
margin: 0,
19-
marginTop: theme.spacing(2),
18+
margin: theme.spacing(2, 0),
2019
padding: 0,
2120
listStyle: 'none',
2221
display: 'flex',

0 commit comments

Comments
 (0)