We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091a97d commit e14b38cCopy full SHA for e14b38c
site/src/components/RichParameterInput/RichParameterInput.tsx
@@ -160,8 +160,10 @@ const RichParameterField: React.FC<RichParameterInputProps> = ({
160
<Stack
161
spacing={small ? 1 : 0}
162
alignItems={small ? "center" : undefined}
163
- css={{ padding: `${theme.spacing(0.5)} 0` }}
164
direction={small ? "row" : "column"}
+ css={{
165
+ padding: small ? undefined : `${theme.spacing(0.5)} 0`,
166
+ }}
167
>
168
{small ? (
169
<Tooltip
0 commit comments