Skip to content

Commit 396c069

Browse files
committed
Remove grid
1 parent 4ad9003 commit 396c069

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/src/components/Resources/AgentMetadata.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,7 @@ const useStyles = makeStyles((theme) => ({
278278
},
279279
metadataHeader: {
280280
padding: "8px",
281-
display: "grid",
282-
gridTemplateColumns: "repeat(4, minmax(0, 1fr))",
281+
display: "flex",
283282
gap: theme.spacing(5),
284283
rowGap: theme.spacing(3),
285284
},

0 commit comments

Comments
 (0)