Skip to content

Commit 4ccbbe1

Browse files
committed
Fix logs header spacing
1 parent 4ef83c3 commit 4ccbbe1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/src/pages/WorkspaceBuildPage/WorkspaceBuildPage.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export const WorkspaceBuildPage: React.FC = () => {
4848

4949
const useStyles = makeStyles((theme) => ({
5050
title: {
51-
marginTop: theme.spacing(5),
51+
paddingTop: theme.spacing(5),
52+
paddingBottom: theme.spacing(2),
5253
},
5354
}))

0 commit comments

Comments
 (0)