Skip to content

Commit

Permalink
tiny sx change
Browse files Browse the repository at this point in the history
  • Loading branch information
JGoggers committed Apr 8, 2024
1 parent 8930921 commit cb1b8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/toolbox/src/components/WelcomePage/WelcomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const WelcomePage = (props: WelcomePageProps) => {
<Grid
container
className={classes.textBlock}
sx={{ p: 0, ml: '-8px', mr: '-8px', mb: '-8px' }}
sx={{ p: 0, mx: '-8px', mb: '-8px' }}
alignContent="center"
>
{tools.map(tool => {
Expand Down

0 comments on commit cb1b8b4

Please sign in to comment.