From ea16d19fd808aeae49a29d0dd4d2d7dd9939ba9d Mon Sep 17 00:00:00 2001
From: sherzinger <sascha.herzinger@uni.lu>
Date: Wed, 23 Jan 2019 09:10:19 +0100
Subject: [PATCH] fixed text overflow for stacktrace

---
 frontend-js/src/main/css/global.css | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/frontend-js/src/main/css/global.css b/frontend-js/src/main/css/global.css
index 3e3ca561ac..1d43043629 100644
--- a/frontend-js/src/main/css/global.css
+++ b/frontend-js/src/main/css/global.css
@@ -702,6 +702,15 @@ error report dialog style
     color: #cb5454;
 }
 
+#report-stacktrace {
+    width: 470px;
+    max-height: 200px;
+}
+
+#report-stacktrace > div {
+    overflow-wrap: break-word;
+}
+
 #report-stacktrace h3 {
     color: #fff;
     border: 1px solid #fff;
-- 
GitLab