diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss
index 4cb3fbb34..693e45184 100644
--- a/app/assets/stylesheets/participation.scss
+++ b/app/assets/stylesheets/participation.scss
@@ -1096,7 +1096,7 @@ ul.ballot-list {
background: #f9f9f9;
line-height: $line-height;
margin-bottom: $line-height/4;
- padding: $line-height/2;
+ padding: $line-height $line-height/2;
position: relative;
a {
diff --git a/app/views/budgets/ballot/_investment_for_sidebar.html.erb b/app/views/budgets/ballot/_investment_for_sidebar.html.erb
index 059951253..5dc288aaa 100644
--- a/app/views/budgets/ballot/_investment_for_sidebar.html.erb
+++ b/app/views/budgets/ballot/_investment_for_sidebar.html.erb
@@ -10,7 +10,7 @@
method: :delete,
remote: true do %>
<%= t('budgets.ballots.show.remove') %>
-
+
<% end %>
<% end %>