We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80928c6 commit 55c6061Copy full SHA for 55c6061
site/src/components/PageHeader/PageHeader.tsx
@@ -36,7 +36,6 @@ export const PageHeader: FC<PropsWithChildren<PageHeaderProps>> = ({
36
marginLeft: "auto",
37
38
[theme.breakpoints.down("md")]: {
39
- marginTop: theme.spacing(3),
40
marginLeft: "initial",
41
width: "100%",
42
},
site/src/pages/WorkspacesPage/WorkspacesPageView.tsx
@@ -73,7 +73,7 @@ export const WorkspacesPageView: FC<
73
74
return (
75
<Margins>
76
- <PageHeader actions={canCheckWorkspaces && <WorkspacesButton />}>
+ <PageHeader actions={<WorkspacesButton />}>
77
<PageHeaderTitle>
78
<Stack direction="row" spacing={1} alignItems="center">
79
<span>{Language.pageTitle}</span>
0 commit comments