We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfa19f commit f11c86cCopy full SHA for f11c86c
frontend/src/layout/Header.tsx
@@ -86,7 +86,7 @@ const Header = ({ onSidebarOpen }: Props): JSX.Element => {
86
orientation='vertical'
87
sx={{
88
height: 32,
89
- mx: 2,
+ marginX: 2,
90
display: { lg: 'flex', md: 'none', xs: 'none' },
91
}}
92
/>
0 commit comments