diff --git a/src/routes/Discover/Discover.js b/src/routes/Discover/Discover.js index 7782770b0..b7ea5e7ef 100644 --- a/src/routes/Discover/Discover.js +++ b/src/routes/Discover/Discover.js @@ -59,7 +59,7 @@ const Discover = ({ urlParams, queryParams }) => { {selectInputs.map(({ title, options, selected, renderLabelText, onSelect }, index) => ( {
{ paginationInput !== null ? - + : null } diff --git a/src/routes/Discover/styles.less b/src/routes/Discover/styles.less index c9b87f07a..bc4596b7e 100644 --- a/src/routes/Discover/styles.less +++ b/src/routes/Discover/styles.less @@ -38,7 +38,7 @@ padding: 1.5rem; overflow: visible; - .select-input-container { + .select-input { flex: 0 1 15rem; height: 3.5rem; @@ -82,7 +82,7 @@ flex: 1; } - .pagination-input-container { + .pagination-input { flex: none; height: 3.5rem; margin-left: 1.5rem;