From 823cf4e43172af18dce631193e7f9ccc22627dc5 Mon Sep 17 00:00:00 2001 From: Anand Chitipothu Date: Tue, 25 May 2021 16:06:12 +0530 Subject: [PATCH] style: fixed word-wrap of output --- community/public/css/style.less | 1 + 1 file changed, 1 insertion(+) diff --git a/community/public/css/style.less b/community/public/css/style.less index 8e17ee6c..dc8f2d31 100644 --- a/community/public/css/style.less +++ b/community/public/css/style.less @@ -257,6 +257,7 @@ section.lightgray { background-color: rgba(255, 255, 255, 0); max-height: 300px; white-space: pre-wrap; + word-wrap: break-word; margin: 0px; margin-left: 20px; padding: 4px;