소스 검색

Fix card height

afc163 8 년 전
부모
커밋
05d0e99a90
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/routes/Dashboard/Monitor.js

+ 1 - 1
src/routes/Dashboard/Monitor.js

@@ -112,7 +112,7 @@ export default class Monitor extends PureComponent {
               bordered={false}
               className={styles.pieCard}
             >
-              <Row gutter={4} style={{ padding: '18px 0 19px 0' }}>
+              <Row gutter={4} style={{ padding: '16px 0' }}>
                 <Col span={8}>
                   <Pie
                     animate={false}