@@ -221,17 +221,24 @@ a.has-arrow-left,
221
221
.wp-block-image .components-resizable-box__container ,
222
222
.wp-lightbox-overlay .wp-block-image ,
223
223
.wp-block-video ,
224
+ .wp-block-media-text__media ,
224
225
.wp-block-jetpack-image-compare ,
225
226
.jetpack-videopress-player__wrapper {
226
227
position : relative ;
227
228
}
228
229
230
+ .wp-block-media-text__media {
231
+ border-radius : var (--wp--custom--border-radius--default );
232
+ overflow : hidden ;
233
+ }
234
+
229
235
.wp-block-image :not (.has-caption ):not (.block-editor-block-list__block )::before ,
230
236
// To deal with image captions.
231
237
.wp-block-image .wp-block-image-container ::before ,
232
238
.wp-block-image .components-resizable-box__container ::before ,
233
239
.wp-lightbox-overlay .wp-block-image ::before ,
234
240
.wp-block-video ::before ,
241
+ .wp-block-media-text__media ::before ,
235
242
.wp-block-jetpack-image-compare ::before ,
236
243
.jetpack-videopress-player__wrapper ::before {
237
244
border-radius : var (--wp--custom--border-radius--default );
@@ -249,6 +256,7 @@ a.has-arrow-left,
249
256
250
257
.has-no-border ::before ,
251
258
.has-no-border .wp-block-image-container ::before ,
259
+ .has-no-border .wp-block-media-text__media ::before ,
252
260
.has-no-border .components-resizable-box__container ::before {
253
261
border-color : transparent !important ;
254
262
}
0 commit comments