summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-28 11:35:46 +0100
committerPhil Hughes <me@iamphill.com>2016-04-28 11:35:46 +0100
commit4fcf2fb9e779cbc8ce872a15c5c7657471d1ddba (patch)
tree772435836208d40c1c41c082c781fe6462a1d428
parenta792427eed95570da22844a06a09227730443189 (diff)
downloadgitlab-ce-notification-email-badge-alignment.tar.gz
Updated spacing between notification label and buttonnotification-email-badge-alignment
Closes #16552
-rw-r--r--app/views/profiles/emails/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/emails/index.html.haml b/app/views/profiles/emails/index.html.haml
index 57527361eb6..6f7fefdb46d 100644
--- a/app/views/profiles/emails/index.html.haml
+++ b/app/views/profiles/emails/index.html.haml
@@ -45,4 +45,4 @@
%span.label.label-info Public Email
- if email.email === current_user.notification_email
%span.label.label-info Notification Email
- = link_to 'Remove', profile_email_path(email), data: { confirm: 'Are you sure?'}, method: :delete, class: 'btn btn-sm btn-remove pull-right'
+ = link_to 'Remove', profile_email_path(email), data: { confirm: 'Are you sure?'}, method: :delete, class: 'btn btn-sm btn-warning prepend-left-10'