Merge pull request #190 from gophish/187-datatables-style-fix

Fixing DataTables Styling
pull/192/head
Jordan Wright 2016-03-03 20:22:10 -06:00
commit 1ded863487
1 changed files with 4 additions and 0 deletions

4
static/css/main.css vendored
View File

@ -473,3 +473,7 @@ td.details-control{
margin-left:10px !important; margin-left:10px !important;
} }
} }
table.dataTable{
width:100% !important;
}