expand calltree node only when click icon

This commit is contained in:
Dmitry Vasilev
2024-02-02 02:30:28 +08:00
parent ccc435d950
commit e94eee537e
4 changed files with 51 additions and 37 deletions

View File

@@ -175,6 +175,10 @@
cursor: pointer;
display: inline-block;
}
.call_el .expand_icon {
padding-left: 5px;
padding-right: 2px;
}
.call_header {
white-space: nowrap;
}