Restore spacing between Sort and Filter on mobile

## Ticket
950
This commit is contained in:
infinite-persistence 2022-02-28 10:04:25 +08:00 committed by Thomas Zarebczan
parent 79a25986ed
commit fee8e16bd8

View file

@ -98,6 +98,12 @@
.claim-search__menu-group:last-of-type {
margin-right: unset;
}
@media (max-width: $breakpoint-small) {
.claim-search__menu-group:first-of-type {
margin-right: var(--spacing-s);
}
}
}
.claim-search__top > div {