diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index de9588d65..8e432a63a 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -519,16 +519,6 @@ } } - .debate-content, .proposal-content, .investment-project-content, .budget-investment-content { - margin: 0; - min-height: rem-calc(180); - position: relative; - - .tags { - display: block; - } - } - .icon-debates, .icon-proposals, .icon-budget { font-size: rem-calc(18); line-height: $line-height; diff --git a/app/views/budgets/investments/_investment.html.erb b/app/views/budgets/investments/_investment.html.erb index f65b9cfe5..21b67939d 100644 --- a/app/views/budgets/investments/_investment.html.erb +++ b/app/views/budgets/investments/_investment.html.erb @@ -36,7 +36,6 @@

<%= investment.description %>

- <%= render "shared/tags", taggable: investment, limit: 5 %> <% end %> diff --git a/app/views/debates/_debate.html.erb b/app/views/debates/_debate.html.erb index 03c53979d..4d0de9a0f 100644 --- a/app/views/debates/_debate.html.erb +++ b/app/views/debates/_debate.html.erb @@ -42,7 +42,6 @@ <%= debate.description %>
- <%= render "shared/tags", taggable: debate, limit: 5 %> diff --git a/app/views/proposals/_proposal.html.erb b/app/views/proposals/_proposal.html.erb index dba8b3772..41eb5c51b 100644 --- a/app/views/proposals/_proposal.html.erb +++ b/app/views/proposals/_proposal.html.erb @@ -46,7 +46,6 @@
<% end %> - <%= render "shared/tags", taggable: proposal, limit: 5 %>