diff --git a/resources/css/components/post-grid.css b/resources/css/components/post-grid.css index b1a0eba..12d9e0f 100644 --- a/resources/css/components/post-grid.css +++ b/resources/css/components/post-grid.css @@ -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 {