fix(web): align web app nav item width (#38146)

This commit is contained in:
yyh 2026-06-29 14:18:19 +08:00 committed by GitHub
parent ca2755e0c1
commit fc16fcba36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -226,7 +226,7 @@ const WebAppsSectionContent = () => {
className="overflow-x-hidden"
role="region"
>
<ScrollAreaContent className="w-full max-w-full min-w-0! pr-5 pl-2">
<ScrollAreaContent className="w-full max-w-full min-w-0! px-2">
{isPending && (
<WebAppsSkeleton />
)}