diff --git a/packages/components/src/popover/style.scss b/packages/components/src/popover/style.scss index 6401b40654a17c..4dbb346d94e2e7 100644 --- a/packages/components/src/popover/style.scss +++ b/packages/components/src/popover/style.scss @@ -171,7 +171,12 @@ $arrow-size: 8px; .components-popover:not(.is-mobile):not(.is-middle).is-right & { /*!rtl:ignore*/ - margin-left: -24px; + margin-left: 0; + } + + .components-popover.edit-post-more-menu__content:not(.is-mobile):not(.is-middle).is-right & { + /*!rtl:ignore*/ + margin-left: -12px; } .components-popover:not(.is-mobile).is-left & { @@ -182,7 +187,12 @@ $arrow-size: 8px; .components-popover:not(.is-mobile):not(.is-middle).is-left & { /*!rtl:ignore*/ - margin-right: -24px; + margin-right: 0; + } + + .components-popover.edit-post-more-menu__content:not(.is-mobile):not(.is-middle).is-left & { + /*!rtl:ignore*/ + margin-right: -12px; } }