Skip to content

Commit

Permalink
Reduce font size of table
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowbas authored and bas080 committed Feb 13, 2025
1 parent 88004ca commit af77be5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,14 @@ canvastablecontainer {
/* Optional for rounded edges */
}

::ng-deep table {
font-size: 80%;
}

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

@keyframes skeleton-loading {
Expand Down
1 change: 0 additions & 1 deletion src/app/sort-button/sort-button.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export interface OrderEvent {
cursor: pointer;
background: none;
border: none;
font-size: inherit;
font-weight: inherit;
padding-left: 0;
}
Expand Down

0 comments on commit af77be5

Please sign in to comment.