diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-08-25 14:47:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-25 06:47:59 +0000 |
commit | ee9e83b230981437acf8c331e93a41cdc95af443 (patch) | |
tree | f6fa42c48edd94080c7f591c0b80a6cabc9ede58 /templates/repo/diff | |
parent | 636b6eaf2aa987c2fe530aafdbb9f50a2f58afa5 (diff) | |
download | gitea-ee9e83b230981437acf8c331e93a41cdc95af443.tar.gz gitea-ee9e83b230981437acf8c331e93a41cdc95af443.zip |
Remove incorrect CSS helper classes (#26712)
Diffstat (limited to 'templates/repo/diff')
-rw-r--r-- | templates/repo/diff/conversation.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/diff/conversation.tmpl b/templates/repo/diff/conversation.tmpl index ce344794ea..639dd9cd04 100644 --- a/templates/repo/diff/conversation.tmpl +++ b/templates/repo/diff/conversation.tmpl @@ -37,7 +37,7 @@ {{template "repo/diff/comments" dict "root" $ "comments" .comments}} </ui> </div> - <div class="gt-df gt-je gt-js-small gt-ac gt-fw gt-mt-3"> + <div class="gt-df gt-je gt-ac gt-fw gt-mt-3"> <div class="ui buttons gt-mr-2"> <button class="ui icon tiny basic button previous-conversation"> {{svg "octicon-arrow-up" 12 "icon"}} {{$.locale.Tr "repo.issues.previous"}} |