diff --git a/frontend/src/InteractiveSearch/InteractiveSearchContent.css b/frontend/src/InteractiveSearch/InteractiveSearchContent.css index 5e647332f..a8d1c62a6 100644 --- a/frontend/src/InteractiveSearch/InteractiveSearchContent.css +++ b/frontend/src/InteractiveSearch/InteractiveSearchContent.css @@ -7,3 +7,9 @@ .filteredMessage { margin-top: 10px; } + +.blankpad { + padding-top: 10px; + padding-bottom: 10px; + padding-left: 2em; +} diff --git a/frontend/src/InteractiveSearch/InteractiveSearchContent.js b/frontend/src/InteractiveSearch/InteractiveSearchContent.js index 56f58c0c5..efa9324d8 100644 --- a/frontend/src/InteractiveSearch/InteractiveSearchContent.js +++ b/frontend/src/InteractiveSearch/InteractiveSearchContent.js @@ -127,21 +127,21 @@ function InteractiveSearchContent(props) { { !isFetching && !!error && -
+
{translate('UnableToLoadResultsIntSearch')}
} { !isFetching && isPopulated && !totalReleasesCount && -
+
{translate('NoResultsFound')}
} { !!totalReleasesCount && isPopulated && !items.length && -
+
{translate('AllResultsHiddenFilter')}
}