From 3b48e4c236c8696982cebccc26f11ef66a48326c Mon Sep 17 00:00:00 2001 From: Deon Sanchez <69873175+deon-sanchez@users.noreply.github.com> Date: Mon, 6 Oct 2025 14:57:22 -0600 Subject: [PATCH] style: adjust padding in KnowledgeFilterPanel and update smallWidthPaths in LayoutWrapper --- frontend/components/knowledge-filter-panel.tsx | 2 +- frontend/src/components/layout-wrapper.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/components/knowledge-filter-panel.tsx b/frontend/components/knowledge-filter-panel.tsx index 5f55d360..74040dd6 100644 --- a/frontend/components/knowledge-filter-panel.tsx +++ b/frontend/components/knowledge-filter-panel.tsx @@ -234,7 +234,7 @@ export function KnowledgeFilterPanel() { return (
- +
Knowledge Filter diff --git a/frontend/src/components/layout-wrapper.tsx b/frontend/src/components/layout-wrapper.tsx index 14693d21..fda7c181 100644 --- a/frontend/src/components/layout-wrapper.tsx +++ b/frontend/src/components/layout-wrapper.tsx @@ -60,7 +60,7 @@ export function LayoutWrapper({ children }: { children: React.ReactNode }) { const isOnKnowledgePage = pathname.startsWith("/knowledge"); // List of paths with smaller max-width - const smallWidthPaths = ["/settings", "/settings/connector/new"]; + const smallWidthPaths = ["/settings/connector/new"]; const isSmallWidthPath = smallWidthPaths.includes(pathname); // Calculate active tasks for the bell icon