style: responsive width of table

This commit is contained in:
Joshua Shoemaker 2020-07-31 00:26:29 -05:00
parent 1b2a690ebe
commit 2583487853

View File

@ -1,4 +1,5 @@
.DataTable {
height: calc(100vh - 40px);
overflow: scroll;
width: 100%;
}