Skip to content

Commit

Permalink
Prevent mat-icon from increasing tbody height
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowbas authored and bas080 committed Feb 13, 2025
1 parent c783bb4 commit 8e76526
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@ canvastablecontainer {
/* Optional for rounded edges */
}

tbody mat-icon {
/* Prevent icon from increasing tbody height */
margin: -0.3rem;
}

@keyframes skeleton-loading {
0% {
background-position: 200% 0;
Expand Down

0 comments on commit 8e76526

Please sign in to comment.