Skip to content

Commit 4930958

Browse files
committed
fix: text content grow in white label
1 parent ccfead3 commit 4930958

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/component/src/Styles/StyleSet/TextContent.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ export default function createTextContentStyle() {
1111
'&.webchat__text-content--is-markdown': {
1212
display: 'flex',
1313
flexDirection: 'column',
14-
gap: CSSTokens.PaddingRegular
14+
gap: CSSTokens.PaddingRegular,
15+
minWidth: 0
1516
},
1617

1718
'& .webchat__text-content__markdown img:not(.webchat__render-markdown__external-link-icon)': {

0 commit comments

Comments
 (0)