Skip to content

Commit

Permalink
Merge pull request #3488 from alphagov/fix-toggle-icon-size
Browse files Browse the repository at this point in the history
Prevent filter toggle icon from reducing in size
  • Loading branch information
matthillco authored Oct 4, 2024
2 parents a16abb6 + 9cc889d commit f18d11c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/components/_expander.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@

.app-c-expander__icon {
display: none;
flex-shrink: 0;
width: 30px;
height: 40px;
margin-inline: 9px 4px;
margin-inline: 10px 4px;
fill: govuk-colour("black");
}

Expand Down

0 comments on commit f18d11c

Please sign in to comment.