Skip to content

Commit

Permalink
Merge pull request #110 from VividhPandey003/resize
Browse files Browse the repository at this point in the history
Fix#107: Resize "manage role" window
  • Loading branch information
kevkevinpal authored Feb 1, 2024
2 parents a4b4863 + cbb23ea commit f6a24e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const Wrap = styled.div<WrapProps>`
height: inherit;
flex-direction: column;
align-content: center;
min-width: 600px;
min-width: auto;
`;

export const OrgWrap = styled.div<WrapProps>`
Expand Down

0 comments on commit f6a24e8

Please sign in to comment.