Skip to content

Commit ef8a1c2

Browse files
committed
Fix diff detail buttons wrapping
1 parent 6aef9e0 commit ef8a1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/diff/box.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{{svg "octicon-diff" 16 "gt-mr-2"}}{{.locale.Tr "repo.diff.stats_desc" .Diff.NumFiles .Diff.TotalAddition .Diff.TotalDeletion | Str2html}}
2525
</div>
2626
</div>
27-
<div class="diff-detail-actions gt-df gt-ac gt-w-100">
27+
<div class="diff-detail-actions gt-df gt-ac">
2828
{{if and .PageIsPullFiles $.SignedUserID (not .IsArchived)}}
2929
<progress id="viewed-files-summary" class="gt-mr-2" value="{{.Diff.NumViewedFiles}}" max="{{.Diff.NumFiles}}"></progress>
3030
<label for="viewed-files-summary" id="viewed-files-summary-label" class="gt-mr-3 gt-f1" data-text-changed-template="{{.locale.Tr "repo.pulls.viewed_files_label"}}">

0 commit comments

Comments
 (0)