From 99ad7bbe04d90ab943f5f0795e3549e9106a72ed Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Tue, 15 Aug 2023 09:14:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=9B=20Fix=20padding=20on=20poll-header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/components/poll/desktop-poll/poll-header.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/src/components/poll/desktop-poll/poll-header.tsx b/apps/web/src/components/poll/desktop-poll/poll-header.tsx index 04a7f7d9c..a5a9ba92f 100644 --- a/apps/web/src/components/poll/desktop-poll/poll-header.tsx +++ b/apps/web/src/components/poll/desktop-poll/poll-header.tsx @@ -48,14 +48,14 @@ const scoreRowTop = monthRowHeight + dayRowHeight; const Trail = ({ end }: { end?: boolean }) => { return end ? ( -