Skip to content

Commit

Permalink
fix(app): fix RoundTabs grid-gap in protocl details (#15037)
Browse files Browse the repository at this point in the history
* fix(app): fix RoundTabs grid-gap in protocl details
  • Loading branch information
koji committed May 1, 2024
1 parent ccce785 commit 19facd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/organisms/ProtocolDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ export function ProtocolDetails(
marginLeft={SPACING.spacing16}
gridGap={SPACING.spacing8}
>
<Flex gridGap={SPACING.spacing8}>
<Flex gridGap={SPACING.spacing4}>
{mostRecentAnalysis != null && (
<RoundTab
data-testid="ProtocolDetails_parameters"
Expand Down

0 comments on commit 19facd0

Please sign in to comment.