Skip to content

Commit

Permalink
Refactor #6681 - For ConfirmPopup
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 30, 2024
1 parent 1876b4b commit d00b759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/primevue/src/confirmpopup/style/ConfirmPopupStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d00b759

Please sign in to comment.