style: responsive width of table

This commit is contained in:
ysandler 2020-07-31 00:26:29 -05:00 committed by Joshua Shoemaker
parent a0810dfbe6
commit 4f7aa91763

View File

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