Skip to content

Commit

Permalink
remove overflow hyphens from category icon column
Browse files Browse the repository at this point in the history
  • Loading branch information
konolak committed Dec 30, 2024
1 parent dd388c8 commit b98b0cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/shared/components/table/table.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ app-table-cell {
mat-cell:first-of-type,
mat-footer-cell:first-of-type {
padding-left: $row-x-padding !important;
text-overflow: clip;
}

mat-header-cell:last-of-type,
Expand Down

0 comments on commit b98b0cc

Please sign in to comment.