Commit edcb910d authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray Committed by Lin Jen-Shin

Merge branch '30986-diff-text-overflowing' into 'master'

Added break-word wrap

Closes #30986

See merge request !10733
parent 74d6c203
...@@ -106,6 +106,10 @@ ...@@ -106,6 +106,10 @@
span { span {
white-space: pre-wrap; white-space: pre-wrap;
} }
.line {
word-wrap: break-word;
}
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment