|
@@ -342,10 +342,6 @@ input[type=checkbox] + label {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-.wp-block-code code {
|
|
|
- font-family: var(--wp--custom--code--typography--font-family);
|
|
|
-}
|
|
|
-
|
|
|
.wp-block-gallery .blocks-gallery-image figcaption,
|
|
|
.wp-block-gallery .blocks-gallery-item figcaption {
|
|
|
font-size: var(--wp--custom--gallery--caption--font-size);
|
|
@@ -357,12 +353,13 @@ input[type=checkbox] + label {
|
|
|
}
|
|
|
|
|
|
.wp-block-image {
|
|
|
- /*
|
|
|
+ /*
|
|
|
From what I can tell the below are styles regularly used by themes
|
|
|
to fix the image block. I believe these should go into the block's
|
|
|
- default styles. It's difficult to say how this will land, however
|
|
|
- based on discussion found in (many) related issues here:
|
|
|
+ default styles. It's difficult to say how this will land, however
|
|
|
+ based on discussion found in (many) related issues here:
|
|
|
https://github.com/WordPress/gutenberg/issues/28923
|
|
|
+ https://github.com/WordPress/gutenberg/issues/29506
|
|
|
*/
|
|
|
text-align: center;
|
|
|
}
|