Skip to content

Commit 28b8e0b

Browse files
GiteaBotlng2020
andauthored
1 parent 23838c2 commit 28b8e0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/diff/compare.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div role="main" aria-label="{{.Title}}" class="page-content repository diff {{if .PageIsComparePull}}compare pull{{end}}">
33
{{template "repo/header" .}}
44
{{$showDiffBox := false}}
5-
<div class="ui container">
5+
<div class="ui container fluid padded">
66
<h2 class="ui header">
77
{{if and $.PageIsComparePull $.IsSigned (not .Repository.IsArchived)}}
88
{{ctx.Locale.Tr "repo.pulls.compare_changes"}}
@@ -235,7 +235,7 @@
235235
</div>
236236

237237
{{if $showDiffBox}}
238-
<div class="ui container">
238+
<div class="ui container fluid padded">
239239
{{template "repo/commits_table" .}}
240240
{{template "repo/diff/box" .}}
241241
</div>

0 commit comments

Comments
 (0)