Skip to content

Commit

Permalink
fix(filter): ensure the clear link is shown
Browse files Browse the repository at this point in the history
The parent `font-size:0` rule was cascading to the clear link, meaning it wasn't shown. By adding an
explicit font size to it, we can ensure it is shown.

fix #274
  • Loading branch information
gregtyler committed Oct 22, 2021
1 parent d1e7c5f commit 0595b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/moj/components/filter/_filter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@

.moj-filter__heading-title,
.moj-filter__heading-action {
@include govuk-font(16);
display: inline-block;
text-align: left;
vertical-align: middle;
Expand Down

0 comments on commit 0595b0d

Please sign in to comment.