@innovastudio/contentbox 1.5.68 → 1.5.70

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.5.68",
4
+ "version": "1.5.70",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -50,7 +50,7 @@
50
50
  "ws": "^8.13.0"
51
51
  },
52
52
  "dependencies": {
53
- "@innovastudio/contentbuilder": "^1.4.86",
53
+ "@innovastudio/contentbuilder": "^1.4.88",
54
54
  "js-beautify": "^1.14.0"
55
55
  }
56
56
  }
@@ -13,6 +13,8 @@
13
13
  cursor: pointer;
14
14
  border-radius: 0px;
15
15
  overflow: hidden;
16
+ border-radius: 3px;
17
+ overflow: hidden;
16
18
  }
17
19
  .is-box-tool button {
18
20
  width: 40px !important;
@@ -38,6 +40,8 @@
38
40
  left: auto;
39
41
  width: 40px;
40
42
  height: 80px;
43
+ border-radius: 3px;
44
+ overflow: hidden;
41
45
  }
42
46
  .is-section-tool > button {
43
47
  width: 40px;