From 298ed3c680c6df301aaf6869ccd6b06046d907d7 Mon Sep 17 00:00:00 2001 From: Fernando Marichal Date: Tue, 19 Mar 2024 12:21:29 -0400 Subject: [PATCH] Fix section title styles in the pre-publish panel on WP 6.5 (#45689) * Fix section title * Add changelog --- .../changelog/fix-45590_prepublish_panel_section_title | 4 ++++ .../product-editor/src/components/prepublish-panel/style.scss | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 packages/js/product-editor/changelog/fix-45590_prepublish_panel_section_title diff --git a/packages/js/product-editor/changelog/fix-45590_prepublish_panel_section_title b/packages/js/product-editor/changelog/fix-45590_prepublish_panel_section_title new file mode 100644 index 00000000000..09ae59af686 --- /dev/null +++ b/packages/js/product-editor/changelog/fix-45590_prepublish_panel_section_title @@ -0,0 +1,4 @@ +Significance: minor +Type: fix + +Fix section title styles in the pre-publish panel on WP 6.5 #45689 diff --git a/packages/js/product-editor/src/components/prepublish-panel/style.scss b/packages/js/product-editor/src/components/prepublish-panel/style.scss index a325916e501..8f03be6c9f7 100644 --- a/packages/js/product-editor/src/components/prepublish-panel/style.scss +++ b/packages/js/product-editor/src/components/prepublish-panel/style.scss @@ -53,6 +53,10 @@ &__content { min-height: calc( 100% - #{ $header-height + 220px } ); + .editor-post-publish-panel__link { + font-weight: 400; + padding-left: $gap-smallest; + } } &__footer {