diff --git a/client/app/scripts/components/matched-results.js b/client/app/scripts/components/matched-results.js index 5b634a2799..e044b69f51 100644 --- a/client/app/scripts/components/matched-results.js +++ b/client/app/scripts/components/matched-results.js @@ -44,9 +44,9 @@ class MatchedResults extends React.Component { return (
{matches.keySeq().take(SHOW_ROW_COUNT).map(fieldId => this.renderMatch(matches, fieldId))} - {moreFieldMatches && + {moreFieldMatches &&
{`${moreFieldMatches.size} more matches`} - } +
}
); } diff --git a/client/app/styles/main.less b/client/app/styles/main.less index 1ab6667420..83284f024f 100644 --- a/client/app/styles/main.less +++ b/client/app/styles/main.less @@ -535,8 +535,7 @@ h2 { text-transform: uppercase; font-size: 0.6rem; color: darken(@weave-blue, 10%); - position: relative; - top: -2px; + margin-top: -2px; } }