From 88f5bb5ce14fcdd291d832c7e8bac72369816d01 Mon Sep 17 00:00:00 2001 From: shatfield4 Date: Thu, 3 Oct 2024 16:29:19 -0700 Subject: [PATCH] fix sidebar resizing/truncate issue on hover --- .../Sidebar/ActiveWorkspaces/index.jsx | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx b/frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx index 67ae307e3..745fa1b8a 100644 --- a/frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx +++ b/frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx @@ -73,15 +73,17 @@ export default function ActiveWorkspaces() { className="flex-shrink-0" size={24} /> -

- {workspace.name} -

+
+

+ {workspace.name} +

+
{user?.role !== "default" && (