diff --git a/blocks/library/cover-image/index.js b/blocks/library/cover-image/index.js index 7404a4cb5333c0..9ca8ce34d4ee96 100644 --- a/blocks/library/cover-image/index.js +++ b/blocks/library/cover-image/index.js @@ -104,7 +104,7 @@ registerBlockType( 'core/cover-image', {

{ __( 'Cover Image is a bold image block with an optional title.' ) }

-

{ __( 'Cover Image Settings' ) }

+

{ __( 'Cover Image Settings' ) }

{blockDescription} -

{ __( 'Gallery Settings' ) }

+

{ __( 'Gallery Settings' ) }

{ images.length > 1 &&

{ __( 'Search engines use the headings to index the structure and content of your web pages.' ) }

-

{ __( 'Heading Settings' ) }

+

{ __( 'Heading Settings' ) }

{ __( 'Size' ) }

{ blockDescription } -

{ __( 'Image Settings' ) }

+

{ __( 'Image Settings' ) }

{ ! isEmpty( availableSizes ) && ( { !! title && ( -

+

-

+ ) } { isOpened && children } diff --git a/components/panel/style.scss b/components/panel/style.scss index 1a0472f9660b46..362492141dfe04 100644 --- a/components/panel/style.scss +++ b/components/panel/style.scss @@ -58,6 +58,7 @@ display: block; padding: 0; font-size: inherit; + margin-top: 0; margin-bottom: 0; } .components-panel__body.is-opened > .components-panel__body-title { diff --git a/editor/components/post-taxonomies/flat-term-selector.js b/editor/components/post-taxonomies/flat-term-selector.js index 72df24181b021e..a06a611e2331a5 100644 --- a/editor/components/post-taxonomies/flat-term-selector.js +++ b/editor/components/post-taxonomies/flat-term-selector.js @@ -156,7 +156,7 @@ class FlatTermSelector extends Component { return (
-

{ label }

+

{ label }

-

{ label }

+

{ label }

{ this.renderTerms( availableTermsTree ) } { ! loading &&