From 785b156f951d03f824c2df561776bcfee4d6acea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20L=C3=B3pez?= Date: Thu, 24 Mar 2022 09:43:07 -0700 Subject: [PATCH] Fixes overflow for long calendar names (#2261) - Adds title attribute for overflowed text Co-authored-by: Peer Richelsen --- apps/web/components/DestinationCalendarSelector.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/web/components/DestinationCalendarSelector.tsx b/apps/web/components/DestinationCalendarSelector.tsx index 7d829bdb..fb515ea9 100644 --- a/apps/web/components/DestinationCalendarSelector.tsx +++ b/apps/web/components/DestinationCalendarSelector.tsx @@ -53,11 +53,14 @@ const DestinationCalendarSelector = ({ })), })) ?? []; return ( -
+
{/* There's no easy way to customize the displayed value for a Select, so we fake it. */} {!hidePlaceholder && ( -
-