diff --git a/components/searchResults/index.js b/components/searchResults/index.js index 98e8579..03bb003 100644 --- a/components/searchResults/index.js +++ b/components/searchResults/index.js @@ -107,7 +107,7 @@ const SearchResults = (props) => { {interview.matchingQuestionAnswerPositions ? interview.matchingQuestionAnswerPositions.map(match => ( -
+
{match.index + 1})  { findQuestion(match) }
diff --git a/components/searchResults/style.scss b/components/searchResults/style.scss index 93b8629..15963c5 100644 --- a/components/searchResults/style.scss +++ b/components/searchResults/style.scss @@ -76,4 +76,8 @@ } } } + + .question-wrap { + margin-bottom: calculateRem(20); + } }