From 9ecb4f4f22868a08cd118f663cbfd27985f97f50 Mon Sep 17 00:00:00 2001 From: decabeza Date: Tue, 26 Jun 2018 12:30:31 +0200 Subject: [PATCH] Fixes heading name on budgets index view --- app/assets/stylesheets/participation.scss | 4 ++++ app/views/budgets/index.html.erb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 %>