From 6931fce1a3301e6b30f599ce5e79a40bbcd2c44c Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Sun, 29 Mar 2020 15:38:01 +0300 Subject: [PATCH] classnames in discover changed to follow convention --- src/routes/Discover/Discover.js | 4 ++-- src/routes/Discover/styles.less | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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;