From d95b85bb5363e0f6fc2fc92df2d1f37fd81bbd6c Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Fri, 15 Apr 2016 11:10:04 -0400 Subject: [PATCH] Adjusting default table width --- assets/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/bootstrap.css b/assets/css/bootstrap.css index 0fe7cd5..46ba03e 100644 --- a/assets/css/bootstrap.css +++ b/assets/css/bootstrap.css @@ -2263,7 +2263,7 @@ th { text-align: left; } .table { - width: 100%; + /* width: 100%; -- CHANGE -- */ max-width: 100%; margin-bottom: 20px; } -- GitLab