From 47ce2feb3ce92112d47ee8e628efe8adb11794f0 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Fri, 18 Mar 2022 18:22:56 +0000 Subject: [PATCH] minor layout improvements (#2209) --- apps/web/components/Shell.tsx | 6 +++--- apps/web/ee/lib/helpscout/HelpscoutMenuItem.tsx | 2 +- apps/web/ee/lib/intercom/IntercomMenuItem.tsx | 2 +- apps/web/ee/lib/zendesk/ZendeskMenuItem.tsx | 2 +- apps/web/pages/availability/index.tsx | 4 ++-- apps/web/pages/event-types/index.tsx | 9 +++++---- 6 files changed, 13 insertions(+), 12 deletions(-) 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">