@alicloud/appflow-chat 0.0.2-beta.3 → 0.0.2-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -313,6 +313,8 @@ l0,-`+(r+144)+`c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
313
313
  overflow-wrap: break-word;
314
314
 
315
315
  > p {
316
+ display: block;
317
+ width: 100%;
316
318
  margin-bottom: 16px;
317
319
  }
318
320
 
@@ -31140,6 +31140,8 @@ const pS = oe.div`
31140
31140
  overflow-wrap: break-word;
31141
31141
 
31142
31142
  > p {
31143
+ display: block;
31144
+ width: 100%;
31143
31145
  margin-bottom: 16px;
31144
31146
  }
31145
31147
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/appflow-chat",
3
- "version": "0.0.2-beta.3",
3
+ "version": "0.0.2-beta.4",
4
4
  "description": "Appflow-Chat AI聊天机器人组件库,提供聊天服务和UI组件",
5
5
  "type": "module",
6
6
  "main": "./dist/appflow-chat.cjs.js",
@@ -13,6 +13,8 @@ export const StyledContentRender = styled.div<{
13
13
  overflow-wrap: break-word;
14
14
 
15
15
  > p {
16
+ display: block;
17
+ width: 100%;
16
18
  margin-bottom: 16px;
17
19
  }
18
20