From 2e349eb4e52c06201408839df60d80ffaf146aa9 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Fri, 15 Apr 2022 19:22:39 +0100 Subject: [PATCH] Reduce minimum sidebar width --- components/poll/poll.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/poll/poll.tsx b/components/poll/poll.tsx index 1b62073d9..7ea53cabc 100644 --- a/components/poll/poll.tsx +++ b/components/poll/poll.tsx @@ -71,7 +71,7 @@ export const ControlledScrollDiv: React.VoidFunctionComponent<{ ); }; -const minSidebarWidth = 200; +const minSidebarWidth = 150; const Poll: React.VoidFunctionComponent = ({ pollId,