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"
/>
-