From c4db5889b6e4cec20fe64cd512e99dbec7f6a173 Mon Sep 17 00:00:00 2001
From: corncobman21 <corncobman21@hotmail.com>
Date: Tue, 12 Dec 2017 21:20:47 -0500
Subject: [PATCH] Add max-width

---
 src/gui/css/mainStyleSheet.tw | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gui/css/mainStyleSheet.tw b/src/gui/css/mainStyleSheet.tw
index d1c81160e5f..78c3f7932a0 100644
--- a/src/gui/css/mainStyleSheet.tw
+++ b/src/gui/css/mainStyleSheet.tw
@@ -249,6 +249,7 @@ span.zeroButton > a:hover { text-decoration: none; }
 div.output{
 width: 100%;
 width: 100vw;
+max-width: 100%;
 word-break: break-all;
 white-space: normal;
 }
-- 
GitLab