Skip to content

Commit

Permalink
fix(hrportal): added missing styles to name column (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
tishko0 authored Jan 13, 2025
1 parent fb8340b commit b2170df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/hr-portal/src/app/hr-portal/hr-portal.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ igx-tree-grid {
}

.employeeDiv {
display: flex;
align-items: center;
--igx-avatar-size: 28px;
gap: 8px;
}
Expand Down

0 comments on commit b2170df

Please sign in to comment.