Skip to content

Commit

Permalink
Merge pull request #275 from 10up/fix/274-safari-missing-icons
Browse files Browse the repository at this point in the history
fix(icon picker): fix for missing icons in the editor icon picker
  • Loading branch information
fabiankaegy committed Jan 29, 2024
2 parents be19cc5 + 440bdac commit e940f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/icon-picker/icon-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const StyledIconButton = styled(Icon)`
max-height: 100%;
max-width: 100%;
height: auto;
width: auto;
width: 100%;
object-fit: contain;
}
`;
Expand Down

0 comments on commit e940f13

Please sign in to comment.