Skip to content

Commit

Permalink
review comments: break-word for long file names (#16272)
Browse files Browse the repository at this point in the history
* review comments: break-word for long file names

fixes #16248

Co-authored-by: zeripath <art27@cantab.net>
  • Loading branch information
noerw and zeripath authored Jun 27, 2021
1 parent eee03ae commit 615001d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/repo/issue/view_content/comments.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 615001d

Please sign in to comment.