You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(admin-ui): remove vertical padding from DialogBody when bodyPadding is false
When bodyPadding is set to false, the DialogBody component should
remove both horizontal and vertical padding. Previously, only
horizontal padding was removed (!wby-px-none). This change adds
!wby-py-none to also remove the vertical padding, ensuring
consistent behavior when padding is disabled.
0 commit comments