Fix section title styles in the pre-publish panel on WP 6.5 (#45689)

* Fix section title

* Add changelog
This commit is contained in:
Fernando Marichal 2024-03-19 12:21:29 -04:00 committed by GitHub
parent c2f33b2f5b
commit 298ed3c680
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Significance: minor
Type: fix
Fix section title styles in the pre-publish panel on WP 6.5 #45689

View File

@ -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 {