mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-05 05:06:04 +02:00
Reduce minimum sidebar width
This commit is contained in:
parent
e032f6f993
commit
2e349eb4e5
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ export const ControlledScrollDiv: React.VoidFunctionComponent<{
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
const minSidebarWidth = 200;
|
const minSidebarWidth = 150;
|
||||||
|
|
||||||
const Poll: React.VoidFunctionComponent<PollProps> = ({
|
const Poll: React.VoidFunctionComponent<PollProps> = ({
|
||||||
pollId,
|
pollId,
|
||||||
|
|
Loading…
Add table
Reference in a new issue