style: fixed word-wrap of output

This commit is contained in:
Anand Chitipothu
2021-05-25 16:06:12 +05:30
parent 18f074d8ac
commit 823cf4e431

View File

@@ -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;