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