yt-chat-components 1.3.3 → 1.3.5
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,16 @@ 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
|
+
.ant-thought-chain-item-content{
|
|
27
|
+
width: calc(100% + 20px)!important;
|
|
28
|
+
}
|
|
29
|
+
.ant-thought-chain.ant-thought-chain-small{
|
|
30
|
+
max-width: 100% !important;
|
|
31
|
+
}
|
|
32
|
+
|
|
23
33
|
.p_closeImg {
|
|
24
34
|
width: 14px;
|
|
25
35
|
cursor: pointer;
|
|
@@ -153,6 +163,8 @@ const style=`
|
|
|
153
163
|
|
|
154
164
|
.p_toolDialog .p_toolRight {
|
|
155
165
|
flex: 1;
|
|
166
|
+
width: 100%;
|
|
167
|
+
max-width: 100%;
|
|
156
168
|
}
|
|
157
169
|
|
|
158
170
|
.p_toolRightToRight {
|