1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

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:
Norwin
2021-06-27 17:21:19 +02:00
committed by GitHub
parent eee03ae90a
commit 615001d746

View File

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