Commit 950ab1e8 authored by Jacob Schatz's avatar Jacob Schatz

Merge branch '17000-comment-links' into 'master'

Remove break-all from links

Closes #17000

See merge request !4042
parents 7ed3a694 6b4e255a
...@@ -114,10 +114,6 @@ ul.notes { ...@@ -114,10 +114,6 @@ ul.notes {
word-break: keep-all; word-break: keep-all;
} }
} }
a {
word-break: break-all;
}
} }
.note-header { .note-header {
......
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