Skip to content

Commit

Permalink
Wrap list items on ul element on /plugins page. (#95295)
Browse files Browse the repository at this point in the history
  • Loading branch information
andregardi authored Oct 17, 2024
1 parent 8051837 commit ae6df04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/my-sites/plugins/plugins-browser-list/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ const PluginsBrowserList = ( {
messagePath={ `calypso:${ sectionJitmPath }:spotlight` }
/>
) }
<Card className="plugins-browser-list__elements">{ renderViews() }</Card>
<Card tagName="ul" className="plugins-browser-list__elements">
{ renderViews() }
</Card>
</div>
);
};
Expand Down

0 comments on commit ae6df04

Please sign in to comment.