summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-01-16 14:07:22 +0000
committerRémy Coutable <remy@rymai.me>2018-01-16 14:07:22 +0000
commit28cfb686e9f6cd7649360b718e27d88adaecc985 (patch)
tree1b5e6b5cd6702e6f0b0d730dd74ffa6a008cb71e
parent891f7cbabe4bf6a3384869896c27f39022377a8a (diff)
parente43378533415606802ced34ec37fcb6a7a4e3e6c (diff)
downloadgitlab-ce-28cfb686e9f6cd7649360b718e27d88adaecc985.tar.gz
Merge branch 'fix/profile-gpg-keys-column-width' into 'master'
Change user settings column width See merge request gitlab-org/gitlab-ce!16479
-rw-r--r--app/views/profiles/gpg_keys/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/profiles/gpg_keys/index.html.haml b/app/views/profiles/gpg_keys/index.html.haml
index 86ebec0179c..e44506ec9c9 100644
--- a/app/views/profiles/gpg_keys/index.html.haml
+++ b/app/views/profiles/gpg_keys/index.html.haml
@@ -3,12 +3,12 @@
= render 'profiles/head'
.row.prepend-top-default
- .col-lg-3.profile-settings-sidebar
+ .col-lg-4.profile-settings-sidebar
%h4.prepend-top-0
= page_title
%p
GPG keys allow you to verify signed commits.
- .col-lg-9
+ .col-lg-8
%h5.prepend-top-0
Add a GPG key
%p.profile-settings-content