mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-02 07:58:57 +02:00
Increase minSidebarWidth
This commit is contained in:
parent
0bacbd3ff6
commit
18d5316bc3
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ export const ControlledScrollDiv: React.VoidFunctionComponent<{
|
|||
);
|
||||
};
|
||||
|
||||
const minSidebarWidth = 150;
|
||||
const minSidebarWidth = 180;
|
||||
|
||||
const Poll: React.VoidFunctionComponent<PollProps> = ({
|
||||
pollId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue