ls display is responsive (#492)

This commit is contained in:
Snarling
2023-04-26 15:18:26 -04:00
committed by GitHub
parent d9ef53e2e8
commit f81297dcd6
2 changed files with 64 additions and 99 deletions
+2
View File
@@ -35,10 +35,12 @@ const useStyles = makeStyles((theme: Theme) =>
whiteSpace: "pre-wrap",
overflowWrap: "anywhere",
margin: theme.spacing(0),
width: "100%",
},
list: {
padding: theme.spacing(0),
height: "100%",
width: "100%",
},
}),
);