lisichatbot 2.2.3 → 2.2.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisichatbot",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "type": "module",
5
5
  "main": "./src/index.js",
6
6
  "exports": {
package/src/index.js CHANGED
@@ -4003,7 +4003,7 @@ function injectStyles() {
4003
4003
  style.id = styleId;
4004
4004
  style.textContent = `
4005
4005
  [data-chat-element="user-message-wrapper"] {
4006
- margin-bottom: 16px;
4006
+ margin-bottom: 0px;
4007
4007
  display: inline-flex;
4008
4008
  max-width: 70%;
4009
4009
  align-self: flex-end;