makes sure description has white color

This commit is contained in:
decabeza
2018-01-19 13:29:26 +01:00
committed by Bertocq
parent f722caac24
commit 27111b95c3
2 changed files with 5 additions and 3 deletions

View File

@@ -1110,7 +1110,8 @@
p,
a,
.back,
.icon-angle-left {
.icon-angle-left,
.description {
color: #fff;
}

View File

@@ -8,8 +8,9 @@
<div class="small-12 medium-9 column padding" data-equalizer-watch>
<h1><%= @budget.name %></h1>
<%= safe_html_with_links(@budget.description) %>
<div class="description">
<%= safe_html_with_links(@budget.description) %>
</div>
<p>
<%= link_to t("budgets.index.section_header.help"), "#section_help" %>
</p>