Skip to content

Commit af04a23

Browse files
committed
Break long words in string display
1 parent 00054bc commit af04a23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ select:focus + .focus {
223223
line-height: 1.3em;
224224
white-space: pre-wrap;
225225
overflow-wrap: anywhere;
226+
word-break: break-word;
226227
}
227228

228229
.jer-string-expansion {

0 commit comments

Comments
 (0)