Skip to content

Commit

Permalink
Merge pull request #4866 from OndrejZobal/drawer-limit
Browse files Browse the repository at this point in the history
WebUI: Change help drawer width
  • Loading branch information
KKoukiou committed Jun 28, 2023
2 parents 0566733 + 3f88f0b commit 6f34f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/webui/src/components/HelpDrawer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const HelpDrawer = ({ isExpanded, setIsExpanded, helpContent, children })
};

const panelContent = (
<DrawerPanelContent isResizable defaultSize="450px" minSize="150px">
<DrawerPanelContent isResizable defaultSize="28rem" minSize="185px" maxSize="50vw">
<DrawerHead>
<span tabIndex={isExpanded ? 0 : -1} ref={drawerRef}>
{helpContent}
Expand Down

0 comments on commit 6f34f4c

Please sign in to comment.