Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc7986d

Browse files
committed
fix(ui): decrease WorkspaceActions popover padding
There was too much padding on the WorkspaceActions dropdown. This fixes that.
1 parent c14a4b9 commit cc7986d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/WorkspaceActions/WorkspaceActions.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,6 @@ const useStyles = makeStyles((theme) => ({
171171
},
172172
},
173173
popoverPaper: {
174-
padding: `${theme.spacing(2)}px ${theme.spacing(3)}px ${theme.spacing(3)}px`,
174+
padding: `${theme.spacing(1)}px ${theme.spacing(2)}px ${theme.spacing(1)}px`,
175175
},
176176
}))

0 commit comments

Comments
 (0)