From 94c613df59aab8b9cf5a8ea2e5310883054db063 Mon Sep 17 00:00:00 2001 From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Thu, 18 Sep 2025 09:15:26 +0530 Subject: [PATCH] show event messages timestamp to right when bubble is hidden --- src/app/components/message/layout/Bubble.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/components/message/layout/Bubble.tsx b/src/app/components/message/layout/Bubble.tsx index 6668121e..744ee155 100644 --- a/src/app/components/message/layout/Bubble.tsx +++ b/src/app/components/message/layout/Bubble.tsx @@ -45,6 +45,7 @@ export const BubbleLayout = as<'div', BubbleLayoutProps>( : classNames(css.BubbleContent, before ? css.BubbleContentArrowLeft : undefined) } direction="Column" + grow={hideBubble ? 'Yes' : undefined} > {!hideBubble && before ? : null} {header}