We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d38b405 + 42b4696 commit cba9e80Copy full SHA for cba9e80
2 files changed
app/assets/stylesheets/partials/_results.scss
@@ -261,6 +261,7 @@
261
font-size: 1.6rem;
262
line-height: $lh-xloose;
263
margin: 0;
264
+ margin-bottom: 2em;
265
max-width: 760px;
266
267
a {
app/views/search/results.html.erb
@@ -31,6 +31,7 @@
31
<% end %>
32
33
</ol>
34
+ <%# Note `results_callouts` is also displayed in no errors condition below %>
35
<%= render partial: "results_callouts" %>
36
</main>
37
<%= render partial: "results_sidebar" %>
@@ -42,6 +43,9 @@
42
43
<div id="results-layout-wrapper">
44
<main id="results">
45
<%= render partial: "no_results" %>
46
+
47
+ <%# Note `results_callouts` is also displayed in results and no errors condition above %>
48
+ <%= render partial: "results_callouts" %>
49
50
</div>
51
0 commit comments