File size: 367 Bytes
a9e3dcb
 
 
 
 
 
 
 
 
 
ae21b62
 
a9e3dcb
 
 
 
7b71fb2
f3d0ebd
 
 
 
 
 
 
 
 
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
.popoverContent {
  width: 40vw;

  .popoverContentItem {
    display: flex;
    gap: 10px;
  }

  .popoverContentText {
    white-space: pre-line;
    max-height: 50vh;
    overflow: auto;
    .popoverContentErrorLabel {
      color: red;
    }
  }
}

.operationIcon {
  text-align: center;
  margin-right: 20%;
  width: 20px;
  &:hover {
    cursor: pointer;
  }
}