Fix section title styles in the pre-publish panel on WP 6.5 (#45689)
* Fix section title * Add changelog
This commit is contained in:
parent
c2f33b2f5b
commit
298ed3c680
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
Fix section title styles in the pre-publish panel on WP 6.5 #45689
|
|
@ -53,6 +53,10 @@
|
||||||
|
|
||||||
&__content {
|
&__content {
|
||||||
min-height: calc( 100% - #{ $header-height + 220px } );
|
min-height: calc( 100% - #{ $header-height + 220px } );
|
||||||
|
.editor-post-publish-panel__link {
|
||||||
|
font-weight: 400;
|
||||||
|
padding-left: $gap-smallest;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__footer {
|
&__footer {
|
||||||
|
|
Loading…
Reference in New Issue