From 459cc613e19495e020ac820a89eed1a38858b5ec Mon Sep 17 00:00:00 2001
From: misfir3 <jason.white@owasp.org>
Date: Fri, 21 Apr 2017 12:27:37 -0400
Subject: [PATCH] Update main.css

quick update to ensure horizontal space is used
---
 webgoat-container/src/main/resources/static/css/main.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webgoat-container/src/main/resources/static/css/main.css b/webgoat-container/src/main/resources/static/css/main.css
index 9b64cb031..adb6f6825 100644
--- a/webgoat-container/src/main/resources/static/css/main.css
+++ b/webgoat-container/src/main/resources/static/css/main.css
@@ -1092,5 +1092,5 @@ span.show-next-page, span.show-prev-page {
 //TODO: come up with longer term solution for full-window viewing
 */
 .col-md-8 {
-    width: auto !important
+    width: 95% !important
 }