Skip to content

Commit 7a2fac4

Browse files
committed
Added fix to make search suggestions appear on responsive views for No Results state
1 parent 5e653ed commit 7a2fac4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/assets/stylesheets/partials/_results.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@
476476
// SIDEBAR COLLAPSES BELOW RESULTS
477477
@media (max-width: $bp-screen-lg) {
478478
// Hide the bordered callouts
479-
#results > .callout-wrapper {
479+
#results:not(.no-results-container) > .callout-wrapper {
480480
display: none;
481481
}
482482
}

0 commit comments

Comments
 (0)