Skip to content

Commit

Permalink
[MDS-5491] add padding to side bar. (#3096)
Browse files Browse the repository at this point in the history
add padding.
  • Loading branch information
henryoforeh-dev authored May 13, 2024
1 parent 92074e0 commit e6bd0e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const Overview = (props) => {
<Row>
<Typography.Title level={1}>Overview</Typography.Title>
</Row>
<Row gutter={[0, 16]} style={{ paddingBottom: 14 }}>
<Row gutter={[0, 16]} style={{ paddingBottom: 8 }}>
<Col lg={{ span: 14 }} xl={{ span: 16 }}>
<Typography.Title level={2}>Mine Information</Typography.Title>
<Typography.Paragraph>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@

.ant-menu-vertical {
border-right: none;
padding-bottom: 120px;
overflow-y: auto;

.ant-menu-item {
border-radius: 8px;
Expand Down

0 comments on commit e6bd0e6

Please sign in to comment.