More proper spacing

This commit is contained in:
Alexey Pyltsyn 2022-04-04 19:54:16 +03:00
parent a1ba61fb6a
commit d2fa385eed
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@
.clearFilterInputBtn { .clearFilterInputBtn {
position: absolute; position: absolute;
right: 1rem; right: 0.5rem;
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
border-radius: 50%; border-radius: 50%;

View file

@ -45,7 +45,7 @@
} }
.filter { .filter {
padding: 0.5rem; margin: 0.5rem;
} }
} }