From b8b2fce97e324c376df3ddd356fc19d69c26763b Mon Sep 17 00:00:00 2001 From: Sultan khan <> Date: Tue, 7 Mar 2023 12:48:52 +0300 Subject: [PATCH] alignment fixed --- .../employee-hierarchy.component.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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