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:
@@ -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) %>
|
||||
|
||||
Reference in New Issue
Block a user