Skip to content

Commit e14b38c

Browse files
committed
one lil css tweak
1 parent 091a97d commit e14b38c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/src/components/RichParameterInput/RichParameterInput.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,10 @@ const RichParameterField: React.FC<RichParameterInputProps> = ({
160160
<Stack
161161
spacing={small ? 1 : 0}
162162
alignItems={small ? "center" : undefined}
163-
css={{ padding: `${theme.spacing(0.5)} 0` }}
164163
direction={small ? "row" : "column"}
164+
css={{
165+
padding: small ? undefined : `${theme.spacing(0.5)} 0`,
166+
}}
165167
>
166168
{small ? (
167169
<Tooltip

0 commit comments

Comments
 (0)