From cb82907817e4a89a26dcb9a1a90e0184c4dc8df2 Mon Sep 17 00:00:00 2001 From: smolgumball Date: Sat, 15 Jan 2022 21:29:12 -0700 Subject: [PATCH] Fix issues with timestamps on same line as clickable script rows in `ls` --- src/Terminal/commands/ls.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Terminal/commands/ls.tsx b/src/Terminal/commands/ls.tsx index 2c00e7f28..a7ed3027d 100644 --- a/src/Terminal/commands/ls.tsx +++ b/src/Terminal/commands/ls.tsx @@ -127,7 +127,7 @@ export function ls( const classes = makeStyles((theme: Theme) => createStyles({ scriptLinksWrap: { - display: "flex", + display: "inline-flex", color: theme.palette.warning.main, }, scriptLink: {