From 6152cd049f4fa46262a40bad3499416ba630aa57 Mon Sep 17 00:00:00 2001 From: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com> Date: Thu, 4 Sep 2025 17:22:40 -0700 Subject: [PATCH] Fix position of currency select dropdown caret --- stylesheets/components/DonationForm.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stylesheets/components/DonationForm.scss b/stylesheets/components/DonationForm.scss index be39de4762..1c822be8d9 100644 --- a/stylesheets/components/DonationForm.scss +++ b/stylesheets/components/DonationForm.scss @@ -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;