From 8f2ca050552abff0d1b72d59d6ed089cddb57d62 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Thu, 2 Nov 2023 00:50:01 -0300 Subject: [PATCH] Fixed spacing --- src/frontend/src/components/ui/select.tsx | 2 +- src/frontend/src/pages/StorePage/index.tsx | 6 +++--- src/frontend/src/style/applies.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/frontend/src/components/ui/select.tsx b/src/frontend/src/components/ui/select.tsx index a299fa180..7430a0d46 100644 --- a/src/frontend/src/components/ui/select.tsx +++ b/src/frontend/src/components/ui/select.tsx @@ -80,7 +80,7 @@ const SelectItem = React.forwardRef<
- + Langflow Store
@@ -353,7 +353,7 @@ export default function StorePage(): JSX.Element {
*/} -
+
{!loading && tags.map((i, idx) => ( - + Most Popular diff --git a/src/frontend/src/style/applies.css b/src/frontend/src/style/applies.css index 6778ff84f..25ad9267c 100644 --- a/src/frontend/src/style/applies.css +++ b/src/frontend/src/style/applies.css @@ -245,7 +245,7 @@ } .community-page-nav-arrangement { - @apply flex-max-width justify-between px-6 py-8 pb-2; + @apply flex-max-width justify-between py-8 pb-2; } .community-page-nav-title { @@ -257,7 +257,7 @@ } .community-page-description-text { - @apply flex w-[70%] px-6 pb-8 text-muted-foreground; + @apply flex w-[70%] pb-8 text-muted-foreground; } .community-pages-flows-panel {