Update webui styling to break on resulting output

updated the stylesheet for words to break on all result- classes 
Updated verbiage to overflow-wrap instead of word-wrap
This commit is contained in:
ctravail 2017-07-04 13:34:45 -05:00 committed by GitHub
parent a01b56def2
commit 7a02ecdcff

View file

@ -224,6 +224,7 @@ em{
padding: 15px;
margin-bottom: 15px;
word-break: break-all;
overflow-wrap: break-word;
overflow:hidden;
}
@ -231,7 +232,6 @@ em{
.result-output{
background-color: #edf9f7;
border-left: solid 4px #1db598;
word-wrap: break-word;
}
.result-error{