From e8e2dd061875f735a0343412b8e3c91ead860eab Mon Sep 17 00:00:00 2001 From: sumeetpardeshi Date: Fri, 2 May 2025 20:10:43 -0700 Subject: [PATCH] buttons take up whole width --- client/src/components/Sidebar.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/src/components/Sidebar.tsx b/client/src/components/Sidebar.tsx index 504be9b..d014094 100644 --- a/client/src/components/Sidebar.tsx +++ b/client/src/components/Sidebar.tsx @@ -251,7 +251,7 @@ const Sidebar = ({ className="font-mono" /> -
+
@@ -259,7 +259,7 @@ const Sidebar = ({ variant="outline" size="sm" onClick={handleCopyConfigEntry} - className="mt-1" + className="w-full" > {copiedConfigEntry ? ( @@ -279,7 +279,7 @@ const Sidebar = ({ variant="outline" size="sm" onClick={handleCopyConfigFile} - className="mt-1" + className="w-full" > {copiedConfigFile ? ( @@ -309,12 +309,12 @@ const Sidebar = ({ className="font-mono" />
-
+