From d00b7599cc2d684bde9541aa7d2409a86b639cae Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Wed, 30 Oct 2024 12:20:03 +0300 Subject: [PATCH] Refactor #6681 - For ConfirmPopup --- packages/primevue/src/confirmpopup/style/ConfirmPopupStyle.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/primevue/src/confirmpopup/style/ConfirmPopupStyle.js b/packages/primevue/src/confirmpopup/style/ConfirmPopupStyle.js index 1713be9b2a..ea773b065f 100644 --- a/packages/primevue/src/confirmpopup/style/ConfirmPopupStyle.js +++ b/packages/primevue/src/confirmpopup/style/ConfirmPopupStyle.js @@ -43,8 +43,8 @@ const theme = ({ dt }) => ` } .p-confirmpopup-flipped { - margin-top: calc(${dt('confirmpopup.gutter')} * -1); - margin-bottom: ${dt('confirmpopup.gutter')}; + margin-block-start: calc(${dt('confirmpopup.gutter')} * -1); + margin-block-end: ${dt('confirmpopup.gutter')}; } .p-confirmpopup-enter-from {