Changes
2 changed files (+4/-2)
-
-
@@ -505,13 +505,13 @@{{ range $filename, $lines := .Review.CodeComments}} {{range $line, $comms := $lines}} <div class="ui segments"> <div class="ui segment py-3 df ac sb word-break"> <div class="ui segment py-3 df ac sb"> {{$invalid := (index $comms 0).Invalidated}} {{$resolved := (index $comms 0).IsResolved}} {{$resolveDoer := (index $comms 0).ResolveDoer}} {{$isNotPending := (not (eq (index $comms 0).Review.Type 0))}} <div class="df ac"> <a href="{{(index $comms 0).CodeCommentURL}}" class="file-comment ml-3">{{$filename}}</a> <a href="{{(index $comms 0).CodeCommentURL}}" class="file-comment ml-3 word-break">{{$filename}}</a> {{if $invalid }} <span class="ui label basic small ml-3"> {{$.i18n.Tr "repo.issues.review.outdated"}}
-
-
-
@@ -27,6 +27,8 @@.word-break { word-wrap: break-word !important; word-break: break-word; /* compat: Safari */ overflow-wrap: anywhere; } .ellipsis {
-