Skip to content

Commit

Permalink
fix: did tab layout (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat authored Oct 17, 2023
1 parent da93efa commit 93feb2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/plugin/src/components/IdentifierTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@ const ResponsiveContainer: React.FC<PropsWithChildren> = ({
}) => {
return (<Row>
<Col
md={3}
lg={3}
/>
<Col
md={18}
lg={18}
sm={24}
xs={24}
style={{position: 'relative'}}
>
{children}
</Col>
<Col
md={3}
lg={3}
/>
</Row>)
}

0 comments on commit 93feb2a

Please sign in to comment.