diff --git a/apps/web/components/Shell.tsx b/apps/web/components/Shell.tsx index 6feb6a50..130ebbd8 100644 --- a/apps/web/components/Shell.tsx +++ b/apps/web/components/Shell.tsx @@ -375,7 +375,7 @@ function UserDropdown({ small }: { small?: boolean }) { return ( -
+
+
@@ -423,7 +423,7 @@ function UserDropdown({ small }: { small?: boolean }) { mutation.mutate({ away: !user?.away }); utils.invalidateQueries("viewer.me"); }} - className="flex cursor-pointer px-4 py-2 text-sm hover:bg-gray-100 hover:text-gray-900"> + className="flex min-w-max cursor-pointer px-4 py-2 text-sm hover:bg-gray-100 hover:text-gray-900">