Skip to content

Commit

Permalink
refactor: adjust donor list table delete confirmation modal styles
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaHungDinh committed Dec 16, 2024
1 parent 9094c85 commit 83cf1c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Donors/resources/components/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
}

label[for="giveDonorsTableDeleteDonations"] {
display: flex;
display: inline-flex;
align-items: center;
gap: var(--givewp-spacing-2);
}

input {
margin: 0;
}
#giveDonorsTableDeleteDonations {
margin: 0 var(--givewp-spacing-2) 0 0;
}

0 comments on commit 83cf1c6

Please sign in to comment.