Skip to content

Commit

Permalink
fix(ui): Fix dock controls on very small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Dec 26, 2022
1 parent f7d0609 commit 492cb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/controls/Dock.tsx
Expand Up @@ -101,7 +101,7 @@ const Dock = (): JSX.Element => {
<Grid item>
<Typography variant="subtitle1">Dock</Typography>
</Grid>
<Grid container direction="row" alignItems="center" spacing={1} sx={{paddingTop: "8px", maxHeight: "4em"}}>
<Grid container direction="row" alignItems="center" spacing={1} sx={{paddingTop: "8px"}}>
{
mopDockCleanTriggerSupported &&
<Grid item xs>
Expand Down

0 comments on commit 492cb42

Please sign in to comment.