mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(site): add horizontal scroll when having many tabs (#8998)
This commit is contained in:
@@ -87,6 +87,7 @@ const useStyles = makeStyles((theme) => ({
|
||||
alignItems: "baseline",
|
||||
borderBottom: `1px solid ${theme.palette.divider}`,
|
||||
gap: 1,
|
||||
overflowX: "auto",
|
||||
},
|
||||
|
||||
tab: {
|
||||
@@ -101,6 +102,7 @@ const useStyles = makeStyles((theme) => ({
|
||||
gap: theme.spacing(0.5),
|
||||
position: "relative",
|
||||
color: theme.palette.text.secondary,
|
||||
whiteSpace: "nowrap",
|
||||
|
||||
"& svg": {
|
||||
width: 22,
|
||||
|
||||
Reference in New Issue
Block a user