diff --git a/.changeset/fix-bubble-layout-overflow.md b/.changeset/fix-bubble-layout-overflow.md new file mode 100644 index 000000000..18198baff --- /dev/null +++ b/.changeset/fix-bubble-layout-overflow.md @@ -0,0 +1,5 @@ +--- +default: patch +--- + +Fix bubble layout messages overflowing off the screen with embeds/images. diff --git a/src/app/components/message/layout/Bubble.tsx b/src/app/components/message/layout/Bubble.tsx index 18510df56..21120da47 100644 --- a/src/app/components/message/layout/Bubble.tsx +++ b/src/app/components/message/layout/Bubble.tsx @@ -70,7 +70,7 @@ export const BubbleLayout = as<'div', BubbleLayoutProps>( {hideBubble ? ( children ) : ( - +