review comments: break-word for long file names (#16272)

* review comments: break-word for long file names

fixes #16248

Co-authored-by: zeripath <art27@cantab.net>
mj-v1.18.3
Norwin 3 years ago committed by GitHub
parent eee03ae90a
commit 615001d746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -462,7 +462,7 @@
{{ range $filename, $lines := .Review.CodeComments}}
{{range $line, $comms := $lines}}
<div class="ui segments">
<div class="ui segment py-3 df ac sb">
<div class="ui segment py-3 df ac sb word-break">
{{$invalid := (index $comms 0).Invalidated}}
{{$resolved := (index $comms 0).IsResolved}}
{{$resolveDoer := (index $comms 0).ResolveDoer}}

Loading…
Cancel
Save