mirror of
https://github.com/coder/coder.git
synced 2026-09-23 05:43:53 +08:00
fix(site): make stats bar scrollable on smaller viewports (#8996)
This commit is contained in:
@@ -268,12 +268,8 @@ const useStyles = makeStyles((theme) => ({
|
||||
fontSize: 12,
|
||||
gap: theme.spacing(4),
|
||||
borderTop: `1px solid ${theme.palette.divider}`,
|
||||
|
||||
[theme.breakpoints.down("lg")]: {
|
||||
flexDirection: "column",
|
||||
gap: theme.spacing(1),
|
||||
alignItems: "left",
|
||||
},
|
||||
overflowX: "auto",
|
||||
whiteSpace: "nowrap",
|
||||
},
|
||||
group: {
|
||||
display: "flex",
|
||||
|
||||
Reference in New Issue
Block a user