Skip to content

Commit 14bb147

Browse files
committed
Fix videopress border radius
1 parent 66a4f51 commit 14bb147

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,11 @@ input:not([type=submit]):focus-visible {
303303

304304
/* VideoPress */
305305

306+
.wp-block-jetpack-videopress iframe {
307+
display: block;
308+
border-radius: var(--wp--preset--spacing--20);
309+
}
310+
306311
.wp-block-jetpack-videopress {
307312
/* CSS in third party blocks is not supported yet — https://github.com/WordPress/gutenberg/issues/48439 */
308313
margin-top: var(--wp--preset--spacing--30);

0 commit comments

Comments
 (0)