index.less 194 Bytes
Newer Older
1 2 3 4 5 6 7
.miniChart {
  position: relative;
  width: 100%;
  & > div {
    position: absolute;
    bottom: -34px;
    width: 100%;
8
    & > div {
nikogu's avatar
nikogu committed
9
      margin: 0 -5px;
10 11
      overflow: hidden;
    }
12 13
  }
}