leksy-editor 2.1.2 → 2.1.3

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/constant.js +1 -0
  2. package/package.json +1 -1
package/constant.js CHANGED
@@ -391,6 +391,7 @@ const CSS = {
391
391
  z-index: 9999;
392
392
  color: var(--text-color);
393
393
  height: 100vh;
394
+ padding-left: 4px;
394
395
  }
395
396
 
396
397
  .tabs-container .tab-header {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leksy-editor",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Leksy Editor is an alternative to traditional WYSIWYG editors, designed primarily for creating mail templates, blogs, and documents without any content manipulation.",
5
5
  "main": "index.js",
6
6
  "directories": {