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>
This commit is contained in:
parent
eee03ae90a
commit
615001d746
1 changed files with 1 additions and 1 deletions
|
@ -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}}
|
||||
|
|
Reference in a new issue