Skip to content

Commit d19bb90

Browse files
authored
added word wrap on results div (#231)
1 parent 35c5e16 commit d19bb90

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,9 @@ ins {
7979
height: 99%; /* Hide scroll bar in Firefox */
8080
}
8181
}
82+
83+
// for readability, wrap words in results,
84+
// in case the original text does not have line breaks
85+
#result {
86+
white-space: pre-wrap;
87+
}

0 commit comments

Comments
 (0)