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
package/package.json
CHANGED
|
@@ -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 {
|