Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73e3ad commit 7fceb9aCopy full SHA for 7fceb9a
site/src/components/DeploymentBanner/DeploymentBannerView.tsx
@@ -268,12 +268,8 @@ const useStyles = makeStyles((theme) => ({
268
fontSize: 12,
269
gap: theme.spacing(4),
270
borderTop: `1px solid ${theme.palette.divider}`,
271
-
272
- [theme.breakpoints.down("lg")]: {
273
- flexDirection: "column",
274
- gap: theme.spacing(1),
275
- alignItems: "left",
276
- },
+ overflowX: "auto",
+ whiteSpace: "nowrap",
277
},
278
group: {
279
display: "flex",
0 commit comments