yt-chat-components 1.3.3 → 1.3.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.
package/.idea/misc.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="WebPackConfiguration">
4
+ <option name="mode" value="DISABLED" />
5
+ </component>
6
+ </project>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yt-chat-components",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "main": "build/static/js/bundle.min.js",
5
5
  "module": "build/static/js/bundle.min.js",
6
6
  "types": "build/static/js/index.d.ts",
@@ -20,6 +20,10 @@ import Draggable from 'react-draggable';
20
20
 
21
21
 
22
22
  const style=`
23
+ .ant-thought-chain-item-content-box {
24
+ max-width: 100% !important;
25
+ }
26
+
23
27
  .p_closeImg {
24
28
  width: 14px;
25
29
  cursor: pointer;
@@ -153,6 +157,8 @@ const style=`
153
157
 
154
158
  .p_toolDialog .p_toolRight {
155
159
  flex: 1;
160
+ width: 100%;
161
+ max-width: 100%;
156
162
  }
157
163
 
158
164
  .p_toolRightToRight {