We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfead3 commit 4930958Copy full SHA for 4930958
1 file changed
packages/component/src/Styles/StyleSet/TextContent.ts
@@ -11,7 +11,8 @@ export default function createTextContentStyle() {
11
'&.webchat__text-content--is-markdown': {
12
display: 'flex',
13
flexDirection: 'column',
14
- gap: CSSTokens.PaddingRegular
+ gap: CSSTokens.PaddingRegular,
15
+ minWidth: 0
16
},
17
18
'& .webchat__text-content__markdown img:not(.webchat__render-markdown__external-link-icon)': {
0 commit comments