Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
one lil css tweak
  • Loading branch information
aslilac committed Oct 5, 2023
commit e14b38c9fd2c33e727beec547482619677b9c9bf
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,10 @@ const RichParameterField: React.FC<RichParameterInputProps> = ({
<Stack
spacing={small ? 1 : 0}
alignItems={small ? "center" : undefined}
css={{ padding: `${theme.spacing(0.5)} 0` }}
direction={small ? "row" : "column"}
css={{
padding: small ? undefined : `${theme.spacing(0.5)} 0`,
}}
>
{small ? (
<Tooltip
Expand Down