We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e13c34 commit ffb8419Copy full SHA for ffb8419
src/components/Menus/Sidebar/SidebarPanel.jsx
@@ -12,7 +12,7 @@ const SidebarPanel = (props) => {
12
Footer,
13
className,
14
buttons = [],
15
- defaultWidth = "225px",
+ defaultWidth = "320px",
16
} = props;
17
const isMobile = useMediaQuery({ query: MOBILE_MEDIA_QUERY });
18
@@ -51,7 +51,7 @@ const SidebarPanel = (props) => {
51
defaultWidth={defaultWidth}
52
defaultHeight="100%"
53
handleDirection="right"
54
- minWidth="180px"
+ minWidth="280px"
55
maxWidth="600px"
56
>
57
{panelContent}
0 commit comments