lisichatbot 2.2.9 → 2.3.0

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.9",
3
+ "version": "2.3.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.js",
6
6
  "exports": {
package/src/index.js CHANGED
@@ -4043,7 +4043,7 @@ function injectStyles() {
4043
4043
  }
4044
4044
 
4045
4045
  [data-chat-element="messages-container"] {
4046
- padding: 20px;
4046
+ padding: 0px;
4047
4047
  display: flex;
4048
4048
  flex-direction: column;
4049
4049
  }