Skip to content

Commit

Permalink
Make width full for whole drawer Flex
Browse files Browse the repository at this point in the history
  • Loading branch information
pratishta committed Aug 28, 2024
1 parent d4ab986 commit 6a43630
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const CapitalProjectsDrawer = ({
borderTopRightRadius={"base"}
gap={4}
position={{ base: "fixed", lg: "static" }}
width={"full"}
>
<MobilePanelResizeBar
isExpanded={isExpanded}
Expand Down

0 comments on commit 6a43630

Please sign in to comment.