diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 923d3f69c..f0d194301 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1368,6 +1368,10 @@ } } + .heading-name { + padding: $line-height / 2; + } + span { color: $text; display: block; diff --git a/app/views/budgets/index.html.erb b/app/views/budgets/index.html.erb index d698208c0..a7f02440a 100644 --- a/app/views/budgets/index.html.erb +++ b/app/views/budgets/index.html.erb @@ -72,7 +72,7 @@ <%= heading_name_and_price_html(heading, current_budget) %> <% end %> <% else %> -
+
<%= heading_name_and_price_html(heading, current_budget) %>
<% end %>