diff --git a/Mohem/src/app/my-team/employee-hierarchy/employee-hierarchy.component.scss b/Mohem/src/app/my-team/employee-hierarchy/employee-hierarchy.component.scss index b91768c2..82ad7848 100644 --- a/Mohem/src/app/my-team/employee-hierarchy/employee-hierarchy.component.scss +++ b/Mohem/src/app/my-team/employee-hierarchy/employee-hierarchy.component.scss @@ -53,12 +53,12 @@ ul { .current-employee li:after { position: absolute; content: ""; - top: 5px; - left: -20px; + top: -15px !important; + left: -14px !important; border-left: 2px solid #000; border-top: 2px solid #000; width: 20px; - height: 100%; + height: 110px !important; } // .current-employee li:last-child:after { @@ -114,13 +114,13 @@ li.supervisor-li:first-of-type::after{ } .current-employee li.subordinate:before{ - top: -15px !important; + top: -6px !important; } ul.current-employee, .current-employee ul{ margin:0; } .current-employee li:before{ - left:-13px !important; - top: -17px !important; + left: -14px !important; + top: -15px !important; width: 13px; } \ No newline at end of file