king
2020-08-26 e4da07b71dddb3b01b58ecaf21ae5b7052e98b7d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.line-chart-edit-box {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #e8e8e8;
  
  .canvas {
    margin: 0px;
    padding: 10px 15px;
  }
 
  .chart-header {
    height: 50px;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
 
    .chart-title {
      font-size: 16px;
      float: left;
      line-height: 50px;
      margin-left: 10px;
    }
  }
}