Skip to content

Commit 37d6e6a

Browse files
committed
resolves #1953
no overflox text on smaller screens
1 parent b80db0b commit 37d6e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Workspace/Workspace.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const useStyles = makeStyles((theme) => {
9696
flex: 2,
9797
},
9898
secondColumnSpacer: {
99-
flex: "0 0 200px",
99+
flex: "0 0 300px",
100100
},
101101
header: {
102102
paddingTop: theme.spacing(5),

0 commit comments

Comments
 (0)