Skip to content

Commit 8222c95

Browse files
committed
fix: fix spacing of molcards
1 parent ef1a86a commit 8222c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/SDFViewer/SDFViewerData.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export const SDFViewerData = ({ project, path, file, config }: SDFViewerDataProp
130130
sx={{
131131
display: "grid",
132132
gridTemplateColumns: "repeat(auto-fill, minmax(144px, auto))",
133-
gridGap: 2,
133+
gap: 2,
134134
alignItems: "start",
135135
}}
136136
>

0 commit comments

Comments
 (0)