fix: Prevent long unbroken strings from overflowing message bubbles

Add overflow-wrap: break-word to .message-content so SHA256 hashes
and similar strings wrap within the bubble boundary.
This commit is contained in:
lennyzeltser
2026-02-06 21:07:49 -05:00
parent bfed0e03a3
commit 051ce2353f
+1
View File
@@ -779,6 +779,7 @@ function generateCss(theme: Theme, hasMultipleScenarios: boolean, colors?: Color
position: relative;
line-height: 1.6;
box-shadow: var(--shadow-sm);
overflow-wrap: break-word;
}
/* Add subtle tails */