FIX padding right on selects
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0606c787b1
commit
a8e094a185
|
|
@ -77,10 +77,11 @@
|
||||||
background-position: right 10px center;
|
background-position: right 10px center;
|
||||||
background-size: 30px;
|
background-size: 30px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@apply !pr-12;
|
||||||
}
|
}
|
||||||
|
|
||||||
select[name='sort_by'] {
|
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 {
|
.search-by {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user