Skip to content

Commit

Permalink
force datattable scroll width width to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantPSpencer committed Oct 11, 2023
1 parent f81222c commit b8adf2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helix-front/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
// }
}

.datatable-scroll {
width: 100% !important;
}

body {
font-family: Roboto, Arial, sans-serif;
margin: 0;
Expand Down

0 comments on commit b8adf2d

Please sign in to comment.