@mujian/js-sdk 0.0.6-beta.3 → 0.0.6-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.
- package/dist/react.css +0 -8
- package/package.json +1 -1
package/dist/react.css
CHANGED
|
@@ -218,19 +218,11 @@ body.movingUI ::-webkit-scrollbar-thumb:vertical {
|
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
.mes_text, .mes_reasoning {
|
|
221
|
-
font-weight: 500;
|
|
222
221
|
line-height: calc(var(--mainFontSize) + .5rem);
|
|
223
222
|
overflow-wrap: anywhere;
|
|
224
223
|
max-width: 100%;
|
|
225
224
|
}
|
|
226
225
|
|
|
227
|
-
.mes_text {
|
|
228
|
-
padding-top: 5px;
|
|
229
|
-
padding-bottom: 5px;
|
|
230
|
-
padding-left: 0;
|
|
231
|
-
padding-right: var(--mes-right-spacing);
|
|
232
|
-
}
|
|
233
|
-
|
|
234
226
|
.mes_text p:only-child, .mes_text p:only-of-type {
|
|
235
227
|
margin-bottom: 0;
|
|
236
228
|
}
|