Skip to content

Commit 460a818

Browse files
committed
update minWidth for statItem
1 parent 02cb293 commit 460a818

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/src/components/TemplateStats/TemplateStats.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const useStyles = makeStyles((theme) => ({
7070
},
7171

7272
statItem: {
73-
minWidth: theme.spacing(20),
73+
minWidth: "20%",
7474
padding: theme.spacing(2),
7575
paddingTop: theme.spacing(1.75),
7676
},

site/src/components/WorkspaceBuildStats/WorkspaceBuildStats.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const useStyles = makeStyles((theme) => ({
6969
},
7070

7171
statItem: {
72-
minWidth: theme.spacing(20),
72+
minWidth: "16%",
7373
padding: theme.spacing(2),
7474
paddingTop: theme.spacing(1.75),
7575
},

0 commit comments

Comments
 (0)