Skip to content

Commit

Permalink
Fix duplicated monitor package headers
Browse files Browse the repository at this point in the history
  • Loading branch information
hellcp-work committed Jan 12, 2023
1 parent 7431156 commit 1399dfa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/api/app/assets/stylesheets/webui/datatables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,20 @@ table.table-fixed {
// TODO: Delete when bug is fixed: https://github.com/mkhairi/jquery-datatables/issues/17
table.dataTable.table-sm {
min-width: 100%;
// This added margin breaks layout
margin: 0!important;

td {
white-space: normal !important;
@extend .text-break;
}
// Fixed columns need a solid background to work properly
&.DTFC_Cloned {
background: $card-bg;
thead.header th {
&:before, &:after { display: none }
}
}
}

.table-hover tbody tr:hover {
Expand Down

0 comments on commit 1399dfa

Please sign in to comment.