Fix background style in investments search summary

The background wasn't expanding to the edge of the page because we
forgot to do this when we did the same thing for proposals and debates
in commit 4c47eab60.
This commit is contained in:
Javi Martín
2022-04-09 01:21:13 +02:00
parent 8aff5e95d6
commit b16bd2d461

View File

@@ -22,7 +22,7 @@
<% end %>
<% if params[:search].present? || params[:advanced_search].present? %>
<div class="highlight no-margin-top padding margin-bottom">
<div class="search-results-summary">
<div class="row">
<div class="small-12 column">
<h2><%= t("shared.search_results") %></h2>