🐛 Fixes empty section visible in search (#447)

This commit is contained in:
Alicia Sykes 2022-01-26 10:25:23 +00:00
parent 33b132c463
commit 488cfc1c7b
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ export default {
grid-template-columns: repeat(var(--col-count, 2), minmax(0, 1fr));
/* Hide when search term returns nothing */
.no-results { display: none; }
.no-results { display: none !important; }
/* Additional spacing when in edit mode */
&.edit-mode {