mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +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;
|
margin-inline: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Dropdown caret
|
||||||
|
.DonationForm__CurrencySelect.module-select::after {
|
||||||
|
top: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
.DonationForm__CurrencySelect.module-select select {
|
.DonationForm__CurrencySelect.module-select select {
|
||||||
height: auto;
|
height: auto;
|
||||||
min-width: auto;
|
min-width: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user