Skip to content

Commit

Permalink
Fix iOS donate input
Browse files Browse the repository at this point in the history
  • Loading branch information
falkodev committed Oct 6, 2024
1 parent 150f6ae commit 1b6304d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/modules/donate/ui/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,9 @@
}

.pdl-ios-device {
@media (min-width: map-get($breakpoints, 'sm')) and (max-width: map-get($breakpoints, 'md')) {
@media (max-width: map-get($breakpoints, 'md')) {
.pdl-donate__amount-input {
height: 39px;
height: 39px !important;
}
}
}

0 comments on commit 1b6304d

Please sign in to comment.