@qfei-design/make-ai-assistant 0.2.0 → 0.2.1
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/styles.css +2 -4
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -384,8 +384,7 @@
|
|
|
384
384
|
}
|
|
385
385
|
|
|
386
386
|
.make-ai-assistant__message--assistant .make-ai-assistant__message-stack {
|
|
387
|
-
|
|
388
|
-
max-width: calc(100% - 30px);
|
|
387
|
+
max-width: 100%;
|
|
389
388
|
}
|
|
390
389
|
|
|
391
390
|
.make-ai-assistant__message--user .make-ai-assistant__message-stack {
|
|
@@ -1189,8 +1188,7 @@ button.make-ai-artifact__record:hover { background: var(--make-ai-internal-accen
|
|
|
1189
1188
|
}
|
|
1190
1189
|
|
|
1191
1190
|
.make-ai-assistant__message--assistant .make-ai-assistant__message-stack {
|
|
1192
|
-
|
|
1193
|
-
max-width: calc(100% - 30px);
|
|
1191
|
+
max-width: 100%;
|
|
1194
1192
|
}
|
|
1195
1193
|
|
|
1196
1194
|
.make-ai-assistant__suggestions {
|
package/package.json
CHANGED