Skip to content

Commit 51a3b6d

Browse files
committed
fix issue #371
1 parent cb814d9 commit 51a3b6d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/app/components/instance-tree/instance-tree.component.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.instance-root {
22
margin-top: 16px;
33
.item-line {
4-
cursor: pointer;
54
display: flex;
65
flex-direction: row;
76
padding: 2px;
@@ -19,6 +18,9 @@
1918
}
2019
}
2120
}
21+
>.item-line {
22+
cursor: pointer;
23+
}
2224
.sub-items {
2325
margin-top: 8px;
2426
}

src/app/components/tree-node/tree-node.component.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.item-line {
2-
cursor: pointer;
2+
33
display: flex;
44
flex-direction: row;
55
padding: 2px;
@@ -28,11 +28,12 @@
2828
display: none;
2929
}
3030
.single-line {
31+
cursor: pointer;
3132
height: 20px;
3233
display: flex;
3334
flex-direction: row;
3435
align-items: center;
35-
padding-right: 24px;
36+
padding-right: 12px;
3637

3738
.value-type {
3839
font-size: 8px;

0 commit comments

Comments
 (0)