diff options
author | silverwind <me@silverwind.io> | 2025-08-06 09:31:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-06 07:31:38 +0000 |
commit | de4ab417287e27ebeef999bc06ac220a8da0ca47 (patch) | |
tree | 730840abbe21ef77a6d4cb78f7174ed599b65862 /templates/repo | |
parent | 93cf6569743f5de4cd12e653a3b1ab0fb2fc7645 (diff) | |
download | gitea-main.tar.gz gitea-main.zip |
Diffstat (limited to 'templates/repo')
-rw-r--r-- | templates/repo/issue/view_content/conversation.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/view_content/conversation.tmpl b/templates/repo/issue/view_content/conversation.tmpl index 07051d5ec0..189b9d6259 100644 --- a/templates/repo/issue/view_content/conversation.tmpl +++ b/templates/repo/issue/view_content/conversation.tmpl @@ -15,7 +15,7 @@ </span> {{end}} </div> - <div> + <div class="tw-flex tw-items-center"> {{if or $invalid $resolved}} <button id="show-outdated-{{$comment.ID}}" data-comment="{{$comment.ID}}" class="{{if not $resolved}}tw-hidden{{end}} btn tiny show-outdated"> {{svg "octicon-unfold" 16 "tw-mr-2"}} |