Remove margin

This commit is contained in:
Florian Schroedl 2024-08-23 13:36:46 +02:00
parent b48bfde5c8
commit 1ed6d92d87

View file

@ -8,7 +8,7 @@
.sets-list { .sets-list {
width: 100%; width: 100%;
margin-bottom: $s-12; margin-bottom: 0;
overflow-y: auto; overflow-y: auto;
} }