From acfef79a8ff49b1c900ecee3e7cba03b218f6d29 Mon Sep 17 00:00:00 2001
From: yyh <92089059+lyzno1@users.noreply.github.com>
Date: Sun, 5 Jul 2026 22:01:07 +0800
Subject: [PATCH] fix(web): prevent plugin cards from overlapping marketplace
panel (#38427)
---
.../components/plugins/install-plugin/base/loading-error.tsx | 2 +-
web/app/components/plugins/install-plugin/base/loading.tsx | 2 +-
web/app/components/plugins/plugin-item/index.tsx | 2 +-
web/app/components/plugins/plugin-page/plugin-list-skeleton.tsx | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/web/app/components/plugins/install-plugin/base/loading-error.tsx b/web/app/components/plugins/install-plugin/base/loading-error.tsx
index 6f5116e4d1d..b9ab95c5452 100644
--- a/web/app/components/plugins/install-plugin/base/loading-error.tsx
+++ b/web/app/components/plugins/install-plugin/base/loading-error.tsx
@@ -14,7 +14,7 @@ const LoadingError: FC = () => {