mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
fix: Remove excessive margin on the right (#931)
This commit is contained in:
@ -31,8 +31,6 @@ const useStyles = makeStyles((theme) => ({
|
|||||||
root: {
|
root: {
|
||||||
minHeight: 400,
|
minHeight: 400,
|
||||||
marginBottom: theme.spacing(2),
|
marginBottom: theme.spacing(2),
|
||||||
// Prevents scrollbar jitter from long content
|
|
||||||
marginRight: "calc(-1 * (100vw - 100%))",
|
|
||||||
},
|
},
|
||||||
|
|
||||||
inner: {
|
inner: {
|
||||||
|
Reference in New Issue
Block a user