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.
8 lines
238 B
Plaintext
8 lines
238 B
Plaintext
<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) %>
|
|
<% end %>
|
|
<% end %>
|
|
</div>
|