From a3b89472e0a0e7e52f5e5ad95990e7c5e969a532 Mon Sep 17 00:00:00 2001 From: Justin Gray Date: Wed, 2 Mar 2016 22:52:29 -0600 Subject: [PATCH] Added hotfix for issues, closes #187. There could be a better way to do this. --- static/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/main.css b/static/css/main.css index f1812d09..762406e7 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -473,3 +473,7 @@ td.details-control{ margin-left:10px !important; } } + +table.dataTable{ + width:100% !important; +}