Fix position of currency select dropdown caret

This commit is contained in:
ayumi-signal
2025-09-04 17:22:40 -07:00
committed by GitHub
parent 0ed00f409f
commit 6152cd049f

View File

@@ -17,6 +17,11 @@ $custom-amount-width: 320px;
margin-inline: auto;
}
// Dropdown caret
.DonationForm__CurrencySelect.module-select::after {
top: 7px;
}
.DonationForm__CurrencySelect.module-select select {
height: auto;
min-width: auto;