Browse Source

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>
tags/v1.15.0-rc1
Norwin 4 years ago committed by GitHub
parent
commit
615001d746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/repo/issue/view_content/comments.tmpl

2
templates/repo/issue/view_content/comments.tmpl

@ -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