mirror of https://github.com/statping/statping
minor style change
parent
43926a1ff9
commit
a822b1bd58
|
@ -64,7 +64,7 @@
|
|||
|
||||
<ul
|
||||
v-else
|
||||
class="parent-list-group pl-0 mb-0"
|
||||
class="parent-list-group pl-0 mb-0 overflow-auto"
|
||||
>
|
||||
<TreeItem
|
||||
v-for="service in treeData"
|
||||
|
|
|
@ -114,6 +114,7 @@ ul, li {
|
|||
.list-child {
|
||||
margin-left: 13px;
|
||||
position: relative;
|
||||
min-width: 195px;
|
||||
}
|
||||
|
||||
.list-child li {
|
||||
|
|
Loading…
Reference in New Issue