@innovastudio/contentbuilder 1.5.61 → 1.5.62

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/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.5.61",
4
+ "version": "1.5.62",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "types": "index.d.ts",
@@ -4673,9 +4673,10 @@ button:focus-visible {
4673
4673
  }
4674
4674
  #_cbhtml .pickgradientcolor,
4675
4675
  .is-ui .pickgradientcolor {
4676
- width: 390px;
4676
+ width: 380px;
4677
4677
  flex-direction: column;
4678
4678
  padding: 10px 10px 11px;
4679
+ box-sizing: border-box;
4679
4680
  }
4680
4681
  #_cbhtml .pickgradientcolor .div-presets,
4681
4682
  .is-ui .pickgradientcolor .div-presets {