Skip to content

Commit

Permalink
fix(map): space filters clear button [EP-2489]
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-qc authored Dec 17, 2020
1 parent 5a712fc commit c8117d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/earth-map/src/components/filter-by/FilterBy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ const FilterBy = (props: IProps) => {
return (
<div className="ng-filter-by marapp-qa-filterby ng-padding-vertical ng-padding-medium-horizontal ng-ep-background-dark ng-padding-top-remove ng-overflow-hidden">
<div className="ng-flex search-title">
<h2
<p
className="marapp-qa-filterbyopen ng-text-display-s ng-body-color ng-margin-bottom ng-margin-small-right ng-c-cursor-pointer"
onClick={openToggle}
>
{t('Filters')}
</h2>
</p>
{numberOfFilters > 0 && (
<a
className="marapp-qa-filterbyclear ng-link ng-nohover ng-text-weight-regular ng-text-capital"
Expand Down

0 comments on commit c8117d6

Please sign in to comment.