[Product Block Editor]: fix the top area for the dashboard (#44370)

* fix the padding-top for the dashboard

* changelog
This commit is contained in:
Damián Suárez 2024-02-05 15:11:21 -03:00 committed by GitHub
parent b764167f11
commit 35b5677860
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
[Product Block Editor]: fix the top area for the dashboard

View File

@ -1,5 +1,5 @@
.woocommerce-product-block-editor {
padding-top: 43px; // required space to locate the dashboard just below the admin bar. @todo: find a better way to do this.
padding-top: 108px; // required space to locate the dashboard just below the admin bar. @todo: find a better way to do this.
h1,
h2,