minor style change

pull/1097/head
smit95tpatel 2022-02-07 17:20:48 +05:30
parent 43926a1ff9
commit a822b1bd58
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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 {