diff --git a/app/assets/stylesheets/manage.sass b/app/assets/stylesheets/manage.sass
index 478d9265c..46f3c31d5 100644
--- a/app/assets/stylesheets/manage.sass
+++ b/app/assets/stylesheets/manage.sass
@@ -60,6 +60,9 @@ $grey-med: #999
overflow: auto
width: 100%
+.narrow-icon
+ width: 40px
+
.dashboard-container-title
border-bottom: 3px solid #e5e5e5
padding: 9px 12px
diff --git a/app/views/manage/agreements/index.html.haml b/app/views/manage/agreements/index.html.haml
index be0c560ac..f208a571b 100644
--- a/app/views/manage/agreements/index.html.haml
+++ b/app/views/manage/agreements/index.html.haml
@@ -17,7 +17,7 @@
%tbody
- @agreements.each do |agreement|
%tr
- %td
+ %td.narrow-icon
= link_to ''.html_safe, edit_manage_agreement_path(agreement)
%td
= link_to ''.html_safe, manage_agreement_path(agreement), method: :delete, data: { confirm: "Are you sure? The agreement will be permanently deleted. This action is irreversible." }