From 5829088e5078759f675e6a7f76734a7028f3c309 Mon Sep 17 00:00:00 2001 From: ElliotG Date: Tue, 29 Nov 2022 10:19:34 -0700 Subject: [PATCH] Minor CSS adjustments These changes are purely to make the UI a bit cleaner on a smaller screen. See attached screenshots. --- site/src/components/WorkspaceStats/WorkspaceStats.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/components/WorkspaceStats/WorkspaceStats.tsx b/site/src/components/WorkspaceStats/WorkspaceStats.tsx index 9f62d628829c3..d46b1250d6d5d 100644 --- a/site/src/components/WorkspaceStats/WorkspaceStats.tsx +++ b/site/src/components/WorkspaceStats/WorkspaceStats.tsx @@ -106,8 +106,8 @@ const useStyles = makeStyles((theme) => ({ }, statItem: { - padding: theme.spacing(2), - paddingTop: theme.spacing(1.75), + padding: theme.spacing(1), + paddingRight: theme.spacing(2), display: "flex", alignItems: "baseline", gap: theme.spacing(1),