diff --git a/packages/js/customer-effort-score/changelog/add-35129_ces_prompt_new_product_mvp b/packages/js/customer-effort-score/changelog/add-35129_ces_prompt_new_product_mvp new file mode 100644 index 00000000000..3830a5fbc10 --- /dev/null +++ b/packages/js/customer-effort-score/changelog/add-35129_ces_prompt_new_product_mvp @@ -0,0 +1,4 @@ +Significance: patch +Type: fix + +Fix styling issue with new Wordpress version. diff --git a/packages/js/customer-effort-score/src/style.scss b/packages/js/customer-effort-score/src/style.scss index 6c7397a20f8..7af35552e4a 100644 --- a/packages/js/customer-effort-score/src/style.scss +++ b/packages/js/customer-effort-score/src/style.scss @@ -11,6 +11,13 @@ @include breakpoint( '>600px' ) { flex-direction: row; + justify-content: center; + } + + .components-h-stack { + @include breakpoint( '>600px' ) { + flex-direction: row; + } } }