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 ? ( -
+