FIX padding right on selects
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-05-21 15:21:33 +02:00
parent 0606c787b1
commit a8e094a185

View File

@ -77,10 +77,11 @@
background-position: right 10px center;
background-size: 30px;
cursor: pointer;
@apply !pr-12;
}
select[name='sort_by'] {
@apply pr-12 w-fit justify-self-end col-span-1;
@apply w-fit justify-self-end col-span-1;
}
}
.search-by {