From 1a104f172d6ddb8ec864aa84ddc113f7163fe010 Mon Sep 17 00:00:00 2001 From: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com> Date: Thu, 27 Oct 2022 00:57:28 +0530 Subject: [PATCH] fix: use max-w for description (#5237) Co-authored-by: Peer Richelsen --- apps/web/components/booking/BookingListItem.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/components/booking/BookingListItem.tsx b/apps/web/components/booking/BookingListItem.tsx index dcf04f2627..3a89cc9bc9 100644 --- a/apps/web/components/booking/BookingListItem.tsx +++ b/apps/web/components/booking/BookingListItem.tsx @@ -11,11 +11,11 @@ import { getEveryFreqFor } from "@calcom/lib/recurringStrings"; import { inferQueryInput, inferQueryOutput, trpc } from "@calcom/trpc/react"; import { Dialog, DialogClose, DialogContent, DialogFooter, DialogHeader } from "@calcom/ui/Dialog"; import { Icon } from "@calcom/ui/Icon"; -import { Tooltip } from "@calcom/ui/Tooltip"; import { TextArea } from "@calcom/ui/form/fields"; import Badge from "@calcom/ui/v2/core/Badge"; import Button from "@calcom/ui/v2/core/Button"; import MeetingTimeInTimezones from "@calcom/ui/v2/core/MeetingTimeInTimezones"; +import Tooltip from "@calcom/ui/v2/core/Tooltip"; import showToast from "@calcom/ui/v2/core/notifications"; import useMeQuery from "@lib/hooks/useMeQuery"; @@ -352,7 +352,7 @@ function BookingListItem(booking: BookingItemProps) { {booking.description && (
"{booking.description}"