Skip to content
Snippets Groups Projects
Commit edcb910d authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray Committed by Lin Jen-Shin
Browse files

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

Added break-word wrap

Closes #30986

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