File size: 508 Bytes
0a903c7
 
53f091c
0a903c7
1a156e6
 
 
0a903c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.testingControlWrapper {
  width: 350px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px 20px;
  overflow: auto;
  height: calc(100vh - 160px);

  .historyTitle {
    padding: 30px 0 20px;
  }
  .historyIcon {
    vertical-align: middle;
  }
  .historyCardWrapper {
    width: 100%;
  }
  .historyCard {
    width: 100%;
    :global(.ant-card-body) {
      padding: 10px;
    }
  }
  .historyText {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
  }
}