Commit cc4f465c authored by afc163's avatar afc163

Fix monitor page margin between cards

parent b46f6ea8
......@@ -145,7 +145,7 @@ class Monitor extends PureComponent {
</Col>
</Row>
<Row gutter={24}>
<Col xl={12} lg={24} sm={24} xs={24}>
<Col xl={12} lg={24} sm={24} xs={24} style={{ marginBottom: 24 }}>
<Card
title={
<FormattedMessage
......@@ -201,7 +201,7 @@ class Monitor extends PureComponent {
</Row>
</Card>
</Col>
<Col xl={6} lg={12} sm={24} xs={24}>
<Col xl={6} lg={12} sm={24} xs={24} style={{ marginBottom: 24 }}>
<Card
title={
<FormattedMessage
......@@ -216,7 +216,7 @@ class Monitor extends PureComponent {
<TagCloud data={tags} height={161} />
</Card>
</Col>
<Col xl={6} lg={12} sm={24} xs={24}>
<Col xl={6} lg={12} sm={24} xs={24} style={{ marginBottom: 24 }}>
<Card
title={
<FormattedMessage
......
......@@ -3,7 +3,7 @@
.mapChart {
padding-top: 24px;
height: 457px;
height: 452px;
text-align: center;
img {
display: inline-block;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment