@myissue/vue-website-page-builder 3.4.15 → 3.4.16

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.15",
3
+ "version": "3.4.16",
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
@@ -383,7 +383,7 @@
383
383
  }
384
384
 
385
385
  /* Use #page-builder-wrapper ID in order for the "select video" button not to apear in production*/
386
- #page-builder-wrapper #pagebuilder #youtube-video::before {
386
+ #page-builder-wrapper #youtube-video::before {
387
387
  content: 'Select Video Element';
388
388
  font-family: 'Jost';
389
389
  background: #16a34a !important;