Updated spacing between notification label and button

Closes #16552
This commit is contained in:
Phil Hughes 2016-04-28 11:35:46 +01:00
parent a792427eed
commit 4fcf2fb9e7
1 changed files with 1 additions and 1 deletions

View File

@ -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'