From 9cdaa4a7af81b9d795cfe578f74413d8f91030df Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Thu, 21 Apr 2022 11:36:20 +0100 Subject: [PATCH] Improve alignment --- pages/poll.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/poll.tsx b/pages/poll.tsx index bd2ad7e7c..6e3246d10 100644 --- a/pages/poll.tsx +++ b/pages/poll.tsx @@ -215,8 +215,8 @@ const PollPage: NextPage = () => { width: Math.max(600, poll.options.length * 95 + 200 + 160), }} > -
-
+
+

@@ -249,14 +249,14 @@ const PollPage: NextPage = () => {

{poll.description ? ( -
+
{preventWidows(poll.description)}
) : null} {poll.location ? ( -
+