@innovastudio/contentbox 1.4.36 → 1.4.37

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.4.36",
4
+ "version": "1.4.37",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -93047,6 +93047,9 @@ class ContentStuff {
93047
93047
  100% {transform:scale(1);}
93048
93048
  }
93049
93049
 
93050
+ .is-wrapper.is-edit {
93051
+ padding-left: 61px;
93052
+ }
93050
93053
 
93051
93054
  /* Navbar Fix */
93052
93055
  .is-wrapper.is-edit .is-section.is-section-navbar,
@@ -99001,6 +99004,10 @@ class ContentBox {
99001
99004
  user-select: unset;
99002
99005
  }
99003
99006
 
99007
+ .is-wrapper.is-edit {
99008
+ padding-left: 61px;
99009
+ }
99010
+
99004
99011
  /* Navbar Fix */
99005
99012
  .is-wrapper.is-edit .is-section.is-section-navbar,
99006
99013
  .is-wrapper.is-edit .is-section.is-section-navbar .is-topbar {