Skip to content

Commit

Permalink
style(dropdown): fix the modal styles in dropdown demo
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Nov 13, 2024
1 parent bf52e52 commit 165262e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import { Dropdown } from "./default";
import { Paper, styled } from "@mui/material";

const StyledPaper = styled(Paper)`
width: 200px;
width: 300px;
max-width: unset !important;
padding: 50px;
`;

Expand Down

0 comments on commit 165262e

Please sign in to comment.