Skip to content
Snippets Groups Projects
Unverified Commit 0fec94d3 authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Add word-break: break-word to revision diff table to make long links etc. fit...

Add word-break: break-word to revision diff table to make long links etc. fit on small screens (#3542)

Fixes #3497
parent 644ca5b3
No related branches found
No related tags found
2 merge requests!19Merge 4.6.1 into lfc-main,!18Fix application form submit button remaining disabled (#3483)
.revision-diff-table {
td {
vertical-align: top;
word-break: break-word;
}
}
......
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