[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:
Alba Rincón 2024-04-24 09:34:09 +02:00 committed by GitHub
parent a0701f6ea5
commit 5bc0a2c8b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 3 deletions

View File

@ -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;
}
}
}

View File

@ -0,0 +1,4 @@
Significance: minor
Type: fix
[CYS] Fix logo position styles while saving.