From 85939b645c4e5fe9419330a7db559f78315affd0 Mon Sep 17 00:00:00 2001 From: Nikhil-Doye Date: Sun, 19 Oct 2025 00:48:24 -0400 Subject: [PATCH] Update ApiKeysSettings component layout and styling - Adjusted padding and height properties for the modal to improve visual consistency and usability. - Enhanced the layout structure by adding flex properties to ensure better responsiveness and organization of content. - Updated overflow handling to optimize the display of API key configurations within the modal. --- src/components/ApiKeysSettings.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/ApiKeysSettings.tsx b/src/components/ApiKeysSettings.tsx index 828beef..4ea3051 100644 --- a/src/components/ApiKeysSettings.tsx +++ b/src/components/ApiKeysSettings.tsx @@ -151,8 +151,8 @@ export const ApiKeysSettings: React.FC = ({ }; return ( -
-
+
+
@@ -168,7 +168,7 @@ export const ApiKeysSettings: React.FC = ({
-
+
{/* Pinecone Configuration */}
@@ -306,7 +306,7 @@ export const ApiKeysSettings: React.FC = ({
-
+