Fixes heading name on budgets index view

This commit is contained in:
decabeza
2018-06-26 12:30:31 +02:00
parent 2b958de992
commit 9ecb4f4f22
2 changed files with 5 additions and 1 deletions

View File

@@ -1368,6 +1368,10 @@
}
}
.heading-name {
padding: $line-height / 2;
}
span {
color: $text;
display: block;

View File

@@ -72,7 +72,7 @@
<%= heading_name_and_price_html(heading, current_budget) %>
<% end %>
<% else %>
<div>
<div class="heading-name">
<%= heading_name_and_price_html(heading, current_budget) %>
</div>
<% end %>