Skip to content

Commit

Permalink
Fix structures table padding
Browse files Browse the repository at this point in the history
  • Loading branch information
trslater committed Nov 4, 2024
1 parent a12556b commit dcb90b1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ section {
width: 100%;
}

.mat-mdc-table .mdc-data-table__row {
height: rem(75);
}

.info-banner {
background-color: rgba(colors.$secondary-color-light, 0.5);
padding: rem(4);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ section {
width: 100%;
}

.mat-mdc-table .mdc-data-table__row {
height: rem(75);
}

.info-banner {
background-color: rgba(colors.$secondary-color-light, 0.5);
padding: rem(4);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ section {
width: 100%;
}

.mat-mdc-table .mdc-data-table__row {
height: rem(75);
}

.info-banner {
background-color: rgba(colors.$secondary-color-light, 0.5);
padding: rem(4);
Expand Down

0 comments on commit dcb90b1

Please sign in to comment.