diff --git a/package-lock.json b/package-lock.json index 4195dfb4..374e04f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@rushstack/eslint-patch": "^1.10.4", - "@wordpress/browserslist-config": "^6.7.0", + "@wordpress/browserslist-config": "^6.11.0", "eslint": "^8.57.0", "lint-staged": "^15.2.10", "newspack-scripts": "^5.5.2", @@ -6712,9 +6712,9 @@ } }, "node_modules/@wordpress/browserslist-config": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-6.7.0.tgz", - "integrity": "sha512-4iMAK3HJEMRm16E2GLXKbQLO085FvFvVwTU2lhzXHLhewjBfjWL3TnqQ9KdOcPmPZ0AK//hULte6PG2VhTWl6w==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-6.11.0.tgz", + "integrity": "sha512-wUDbJ3x7c8iMZLtwo+7VlWZ/vDc47PDW2eSAKW18RrQBSTdaNmWi4qiyFYi7Ye2XkyfUd2gp71MTJjZi6n/V2A==", "dev": true, "engines": { "node": ">=18.12.0", diff --git a/package.json b/package.json index e7794681..5be35b89 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "devDependencies": { "@rushstack/eslint-patch": "^1.10.4", - "@wordpress/browserslist-config": "^6.7.0", + "@wordpress/browserslist-config": "^6.11.0", "eslint": "^8.57.0", "lint-staged": "^15.2.10", "newspack-scripts": "^5.5.2", diff --git a/src/editor/style.scss b/src/editor/style.scss index d618e294..6029d863 100644 --- a/src/editor/style.scss +++ b/src/editor/style.scss @@ -32,8 +32,6 @@ $size__large: 1264px; } .components-radio-control__option { - display: inline-block; - &:first-of-type { margin-right: 1rem; } diff --git a/src/view/style.scss b/src/view/style.scss index 6bbae06a..f0484c99 100644 --- a/src/view/style.scss +++ b/src/view/style.scss @@ -130,6 +130,10 @@ $width__tablet: 782px; box-shadow: none; } + &.newspack-lightbox-placement-center .newspack-popup-wrapper { + overflow: hidden; + } + .newspack-popup__content { padding-top: 32px; }