Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f966e83

Browse files
committed
chore: add gap between title and description for badges
1 parent 69a9e03 commit f966e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/modules/workspaces/DynamicParameter/DynamicParameter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const ParameterLabel: FC<ParameterLabelProps> = ({ parameter, isPreset }) => {
9595
</span>
9696
)}
9797

98-
<div className="flex flex-col w-full">
98+
<div className="flex flex-col w-full gap-1">
9999
<Label className="flex gap-2 flex-wrap text-sm font-medium">
100100
{displayName}
101101

0 commit comments

Comments
 (0)