aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user
diff options
context:
space:
mode:
authorCirno the Strongest <1447794+CirnoT@users.noreply.github.com>2020-05-16 03:35:22 +0200
committerGitHub <noreply@github.com>2020-05-15 21:35:22 -0400
commit1d54479585362c67ec5a6779df5b2bde874252a3 (patch)
treead2ab068dc0e95e0c92cb2ca2353bec992e1a647 /templates/user
parentd833ca3be57f703a252ea9a5dc1855604b2614a4 (diff)
downloadgitea-1d54479585362c67ec5a6779df5b2bde874252a3.tar.gz
gitea-1d54479585362c67ec5a6779df5b2bde874252a3.zip
Fix margin on attached segment headers when they are separated by other element (#11425)
Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'templates/user')
-rw-r--r--templates/user/settings/keys.tmpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/user/settings/keys.tmpl b/templates/user/settings/keys.tmpl
index 86d2204eb1..0a1d380f6c 100644
--- a/templates/user/settings/keys.tmpl
+++ b/templates/user/settings/keys.tmpl
@@ -4,7 +4,6 @@
<div class="ui container">
{{template "base/alert" .}}
{{template "user/settings/keys_ssh" .}}
- <br>
{{template "user/settings/keys_gpg" .}}
</div>
</div>