Skip to content

Commit d3ff02f

Browse files
authored
Merge pull request #382 from MITLibraries/use-518
USE-518: No Results page responsive views now have search suggestions
2 parents b9c62d7 + 7a2fac4 commit d3ff02f

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)