mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Fix position of currency select dropdown caret
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user