[CYS] Fix logo position after saving on the assembler (#46833)
* Fix logo position after saving on the assembler * Add changefile(s) from automation for the following project(s): woocommerce * Fix lint error --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
a0701f6ea5
commit
5bc0a2c8b1
|
@ -593,9 +593,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.woocommerce-customize-store__step-assemblerHub {
|
||||
.edit-site-site-hub__view-mode-toggle-container {
|
||||
padding: 16px 12px 0 16px;
|
||||
.woocommerce-customize-store__step-assemblerHub,
|
||||
.woocommerce-customize-store__step-transitionalScreen {
|
||||
.edit-site-layout {
|
||||
.edit-site-site-hub__view-mode-toggle-container {
|
||||
padding: 16px 12px 0 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: fix
|
||||
|
||||
[CYS] Fix logo position styles while saving.
|
Loading…
Reference in New Issue