Skip to content

Commit

Permalink
fix: did tab layout
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Oct 17, 2023
1 parent da93efa commit d56c97c
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 d56c97c

Please sign in to comment.