Skip to content

Commit 615001d

Browse files
noerwzeripath
andauthored
review comments: break-word for long file names (#16272)
* review comments: break-word for long file names fixes #16248 Co-authored-by: zeripath <[email protected]>
1 parent eee03ae commit 615001d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/view_content/comments.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
{{ range $filename, $lines := .Review.CodeComments}}
463463
{{range $line, $comms := $lines}}
464464
<div class="ui segments">
465-
<div class="ui segment py-3 df ac sb">
465+
<div class="ui segment py-3 df ac sb word-break">
466466
{{$invalid := (index $comms 0).Invalidated}}
467467
{{$resolved := (index $comms 0).IsResolved}}
468468
{{$resolveDoer := (index $comms 0).ResolveDoer}}

0 commit comments

Comments
 (0)