Skip to content

Commit

Permalink
fix: styling result table
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG committed Oct 11, 2024
1 parent 976764d commit c52362c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
@include dialog-non-full-size-modal;

:host ::ng-deep {
.p-datatable .p-datatable-tbody > tr > td {
padding: 0.5rem;
}

label.float-label {
color: var(--emphasis-medium);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,15 @@
@include table-inline-buttons;
@include table-responsive-columns;
@include dialog-footer-buttons;

:host ::ng-deep {
.p-datatable {
.p-datatable-thead > tr > th {
border-bottom-width: 2px;
}
.p-datatable-thead > tr > th,
.p-datatable-tbody > tr > td {
padding: 0.5rem;
}
}
}

0 comments on commit c52362c

Please sign in to comment.