From a8e094a185dd34a839b5bc9c7c129158027fe788 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 21 May 2026 15:21:33 +0200 Subject: [PATCH] FIX padding right on selects --- resources/css/components/post-grid.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {