Skip to content

Commit

Permalink
refactor: hide radio button when single gateway is shown
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloiankoski committed Jul 3, 2024
1 parent 3b6a275 commit ab2d17d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/DonationForms/resources/styles/components/_gateways.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
list-style: none;
margin: 0;

&:first-child:last-child {
label > input {
display: none;
}
}

label {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit ab2d17d

Please sign in to comment.