diff --git a/frontend/src/InteractiveSearch/InteractiveSearch.css b/frontend/src/InteractiveSearch/InteractiveSearch.css index 5e647332f..a8d1c62a6 100644 --- a/frontend/src/InteractiveSearch/InteractiveSearch.css +++ b/frontend/src/InteractiveSearch/InteractiveSearch.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/InteractiveSearch.js b/frontend/src/InteractiveSearch/InteractiveSearch.js index 0377913b1..61168f93f 100644 --- a/frontend/src/InteractiveSearch/InteractiveSearch.js +++ b/frontend/src/InteractiveSearch/InteractiveSearch.js @@ -124,7 +124,7 @@ function InteractiveSearch(props) { { !isFetching && error ? -
+
{translate('UnableToLoadInteractiveSearch')}
: null @@ -132,7 +132,7 @@ function InteractiveSearch(props) { { !isFetching && isPopulated && !totalReleasesCount ? -
+
{translate('NoResults')}
: null @@ -140,7 +140,7 @@ function InteractiveSearch(props) { { !!totalReleasesCount && isPopulated && !items.length ? -
+
{translate('AllResultsFiltered')}
: null