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:
parent
6f7cc707c7
commit
6e90fb3d0a
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix styling issue with new Wordpress version.
|
|
@ -11,6 +11,13 @@
|
|||
|
||||
@include breakpoint( '>600px' ) {
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.components-h-stack {
|
||||
@include breakpoint( '>600px' ) {
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue