Skip to content

Commit 77a1b42

Browse files
committed
Fixed spacing
1 parent 1c406ea commit 77a1b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/ToolsTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ const ToolsTab = ({
260260
No meta pairs.
261261
</p>
262262
) : (
263-
<div className="space-y-20">
263+
<div className="space-y-2">
264264
{metaEntries.map((entry, index) => (
265265
<div
266266
key={entry.id}

0 commit comments

Comments
 (0)