mirror of
https://github.com/coder/coder.git
synced 2026-09-22 13:10:21 +08:00
fix(ui): decrease WorkspaceActions popover padding (#3555)
There was too much padding on the WorkspaceActions dropdown. This fixes that.
This commit is contained in:
@@ -171,6 +171,6 @@ const useStyles = makeStyles((theme) => ({
|
||||
},
|
||||
},
|
||||
popoverPaper: {
|
||||
padding: `${theme.spacing(2)}px ${theme.spacing(3)}px ${theme.spacing(3)}px`,
|
||||
padding: `${theme.spacing(1)}px ${theme.spacing(2)}px ${theme.spacing(1)}px`,
|
||||
},
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user