[Product Block Editor]: fix the top area for the dashboard (#44370)
* fix the padding-top for the dashboard * changelog
This commit is contained in:
parent
b764167f11
commit
35b5677860
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
[Product Block Editor]: fix the top area for the dashboard
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue