diff --git a/web/app/components/explore/app-card/index.tsx b/web/app/components/explore/app-card/index.tsx index 3b26661a9e..b96a68e0c0 100644 --- a/web/app/components/explore/app-card/index.tsx +++ b/web/app/components/explore/app-card/index.tsx @@ -30,7 +30,7 @@ const AppCard = ({ const { t } = useTranslation() const { app: appBasicInfo } = app return ( -
+
diff --git a/web/app/components/explore/app-card/style.module.css b/web/app/components/explore/app-card/style.module.css index 6bde516376..c36a2e0c8c 100644 --- a/web/app/components/explore/app-card/style.module.css +++ b/web/app/components/explore/app-card/style.module.css @@ -1,3 +1,7 @@ +.wrap { + display: flex; +} + .mode { display: flex; height: 28px;