mirror of
https://github.com/langgenius/dify.git
synced 2026-07-23 03:58:31 +08:00
fix(web): align web app nav item width (#38146)
This commit is contained in:
parent
ca2755e0c1
commit
fc16fcba36
@ -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 />
|
||||
)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user