Fix styling of CES modal (#35602)

* Add CES notice upon product creation/update

* Remove removal of icon

* Add changelog

* Add customer-effort-score library changelog

* Remove the cesTracks addition for now.

* Fix and add tests

* Revert CES notice changes as styling for this will change
This commit is contained in:
louwie17 2022-11-18 13:54:43 -04:00 committed by GitHub
parent 6f7cc707c7
commit 6e90fb3d0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix styling issue with new Wordpress version.

View File

@ -11,6 +11,13 @@
@include breakpoint( '>600px' ) {
flex-direction: row;
justify-content: center;
}
.components-h-stack {
@include breakpoint( '>600px' ) {
flex-direction: row;
}
}
}