mirror of https://github.com/gophish/gophish
Merge pull request #190 from gophish/187-datatables-style-fix
Fixing DataTables Stylingpull/192/head
commit
1ded863487
|
@ -473,3 +473,7 @@ td.details-control{
|
||||||
margin-left:10px !important;
|
margin-left:10px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.dataTable{
|
||||||
|
width:100% !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue