diff --git a/projects/hr-portal/src/app/hr-portal/hr-portal.component.scss b/projects/hr-portal/src/app/hr-portal/hr-portal.component.scss index 12ec7b2..2899101 100644 --- a/projects/hr-portal/src/app/hr-portal/hr-portal.component.scss +++ b/projects/hr-portal/src/app/hr-portal/hr-portal.component.scss @@ -28,6 +28,8 @@ igx-tree-grid { } .employeeDiv { + display: flex; + align-items: center; --igx-avatar-size: 28px; gap: 8px; }