@myissue/vue-website-page-builder 3.4.6 → 3.4.7

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@myissue/vue-website-page-builder",
3
- "version": "3.4.6",
3
+ "version": "3.4.7",
4
4
  "description": "Vue 3 page builder component with drag & drop functionality.",
5
5
  "type": "module",
6
6
  "main": "./dist/vue-website-page-builder.umd.cjs",
package/src/css/style.css CHANGED
@@ -468,9 +468,9 @@
468
468
 
469
469
  .pbx-myPrimaryInput,
470
470
  .pbx-myPrimarySelect {
471
+ box-sizing: border-box;
471
472
  border: 1px solid #e9e9e9;
472
473
  padding: 0.40625rem 0.625rem;
473
- padding-right: 1.75rem;
474
474
  font-size: 0.875rem;
475
475
  border-radius: 0.5rem;
476
476
  cursor: pointer;