···5566<Subheading class="mb-4">Box</Subheading>
7788-<Box class="text-sm">
99- This is a box, put your stuff here.
1010-</Box>88+<Box class="text-sm">This is a box, put your stuff here.</Box>
+3-1
src/lib/preview/ChatBubblePreview.svelte
···1919 <p>This is a really long message that should wrap around the chat bubble and not overflow</p>
2020 </ChatBubble>
2121 <ChatBubble>
2222- <p>This is another really long message that should wrap around the chat bubble and not overflow</p>
2222+ <p>
2323+ This is another really long message that should wrap around the chat bubble and not overflow
2424+ </p>
2325 </ChatBubble>
2426</Box>