mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-27 16:35:57 +00:00
fix: add missing bottom margin for verification-button in release view (#8044)
When a release contains a GPG verified button, the bottom margin is missing. The top one is already `tw-mt-4`. Screenshot from https://codeberg.org/crowci/crow/releases/tag/v3.6.0 | Current | New | |---------|---------| |  |  | Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8044 Reviewed-by: Beowulf <beowulf@beocode.eu> Co-authored-by: Patrick Schratz <pat-s@noreply.codeberg.org> Co-committed-by: Patrick Schratz <pat-s@noreply.codeberg.org>
This commit is contained in:
parent
dbbd0de860
commit
ac1f1a9cfb
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
{{$class = (print $class " isWarning")}}
|
||||
{{end}}
|
||||
|
||||
<div class="ui attached message tw-text-left tw-flex tw-content-center tw-justify-between tag-signature-row tw-flex-wrap {{$class}}">
|
||||
<div class="ui attached message tw-text-left tw-flex tw-mb-4 tw-content-center tw-justify-between tag-signature-row tw-flex-wrap {{$class}}">
|
||||
<div class="tw-flex tw-content-center">
|
||||
{{if $v.Verified}}
|
||||
{{if ne $v.SigningUser.ID 0}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue