diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index c51304ed5..2152e07a7 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -736,6 +736,10 @@ color: $text; } } + + &.past-budgets { + min-height: 0; + } } .debate-content, diff --git a/app/views/budgets/index.html.erb b/app/views/budgets/index.html.erb index a20f1911c..303c123ec 100644 --- a/app/views/budgets/index.html.erb +++ b/app/views/budgets/index.html.erb @@ -117,11 +117,12 @@ <% @budgets.each do |budget| %> <% if budget_published?(budget) %>
-
+
-
-

<%= budget.name %>

- <%= safe_html_with_links(budget.description) %> +
+
+

<%= budget.name %>

+