Fix currency select position on settings page
This commit is contained in:
parent
4bc5d25d5a
commit
7b89ad8c14
1 changed files with 6 additions and 0 deletions
|
@ -1375,6 +1375,12 @@ img {
|
|||
}
|
||||
}
|
||||
|
||||
.input--currency-select {
|
||||
label {
|
||||
margin-top: 2.5px !important;
|
||||
}
|
||||
}
|
||||
|
||||
[data-reach-menu-popover] {
|
||||
@media (max-width: $breakpoint-small) {
|
||||
// width: calc(100% - var(--spacing-xs) * 2);
|
||||
|
|
Loading…
Reference in a new issue