Skip to content

Commit

Permalink
Foldable FAQ: Fix chevron SVG shrinking (#94771)
Browse files Browse the repository at this point in the history
Co-authored-by: sdnunca <sorin@php.net>
  • Loading branch information
sdnunca and sdnunca authored Sep 20, 2024
1 parent 9b970c6 commit dca5c5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/components/foldable-faq/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ button.foldable-faq__question {
cursor: pointer;

.gridicon {
flex-shrink: 0;
fill: var(--color-gray-50);

transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.2s ease-in;
Expand Down

0 comments on commit dca5c5f

Please sign in to comment.