Skip to content

Commit

Permalink
Allow PluginIcon image to not be square (#98299)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulopmt1 authored Jan 14, 2025
1 parent a051822 commit e3c0cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/my-sites/plugins/plugin-icon/plugin-icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const PluginIcon = ( { className, image, isPlaceholder, size = 48 }: PluginIconP
);

const style = {
width: size,
height: size,
maxWidth: size,
maxHeight: size,
};

return (
Expand Down

0 comments on commit e3c0cdb

Please sign in to comment.