Skip to content

Commit

Permalink
fix: fixed alignmet issue of user search in listing pages. closes #1471
Browse files Browse the repository at this point in the history
  • Loading branch information
syam babu committed Dec 18, 2024
1 parent 639f74d commit a1b67da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layout/Main/Main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ function Main(props) {
{children?.length > 2 && children[2]}
</Col>
<Col>{children?.length > 3 && children[3]}</Col>

</Row>
<Row style={{ paddingTop: 16 }}>
<Col>
<Row gutter={20}>{children?.length > 4 && children[4]}</Row>
</Col>
Expand Down

0 comments on commit a1b67da

Please sign in to comment.