diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-08-24 23:46:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 23:46:30 +0800 |
commit | 390ec619f3fe04ad6c91c52813bc17d9963d5322 (patch) | |
tree | 5af191f7513703c83a143e4fbba6f83a5bc820a5 /templates | |
parent | 8ac83043f5bd53cf6094fe026f27004dcd3b67c5 (diff) | |
download | gitea-390ec619f3fe04ad6c91c52813bc17d9963d5322.tar.gz gitea-390ec619f3fe04ad6c91c52813bc17d9963d5322.zip |
Fix review bar misalignment (#26711)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/diff/box.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/diff/box.tmpl b/templates/repo/diff/box.tmpl index 7b936cb817..0b5bf86371 100644 --- a/templates/repo/diff/box.tmpl +++ b/templates/repo/diff/box.tmpl @@ -20,7 +20,7 @@ </div> {{end}} </div> - <div class="diff-detail-actions gt-df gt-ac gt-gap-2 gt-fw"> + <div class="diff-detail-actions"> {{if and .PageIsPullFiles $.SignedUserID (not .IsArchived) (not .DiffNotAvailable)}} <div class="gt-df gt-ac gt-fc gt-whitespace-nowrap gt-mr-2"> <label for="viewed-files-summary" id="viewed-files-summary-label" data-text-changed-template="{{.locale.Tr "repo.pulls.viewed_files_label"}}"> |