Remove no longer necessary row classes

These element had no columns inside and the row classes had only been
added to give them a maximum width. That's no longer necessary since now
the body has that maximum width.
This commit is contained in:
Javi Martín
2021-07-06 01:12:03 +02:00
parent 4a6e4ee520
commit 8a3b9f6abf
4 changed files with 37 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
<div class="row margin-bottom feeds-list feeds-participation">
<div class="margin-bottom feeds-list feeds-participation">
<% feeds.each do |feed| %>
<% if feed_proposals?(feed) || feed_debates?(feed) %>
<%= render Widget::Feeds::FeedComponent.new(feed) %>