Skip to content

Commit 19facd0

Browse files
authored
fix(app): fix RoundTabs grid-gap in protocl details (#15037)
* fix(app): fix RoundTabs grid-gap in protocl details
1 parent ccce785 commit 19facd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/organisms/ProtocolDetails/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ export function ProtocolDetails(
599599
marginLeft={SPACING.spacing16}
600600
gridGap={SPACING.spacing8}
601601
>
602-
<Flex gridGap={SPACING.spacing8}>
602+
<Flex gridGap={SPACING.spacing4}>
603603
{mostRecentAnalysis != null && (
604604
<RoundTab
605605
data-testid="ProtocolDetails_parameters"

0 commit comments

Comments
 (0)