Increase minSidebarWidth

This commit is contained in:
Luke Vella 2022-04-16 14:51:17 +01:00
parent 0bacbd3ff6
commit 18d5316bc3

View file

@ -57,7 +57,7 @@ export const ControlledScrollDiv: React.VoidFunctionComponent<{
); );
}; };
const minSidebarWidth = 150; const minSidebarWidth = 180;
const Poll: React.VoidFunctionComponent<PollProps> = ({ const Poll: React.VoidFunctionComponent<PollProps> = ({
pollId, pollId,