Skip to content

Commit

Permalink
fix modal width
Browse files Browse the repository at this point in the history
  • Loading branch information
sirineJ committed Dec 26, 2024
1 parent 6d10508 commit b42d2bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/circuit-ui/components/Modal/Modal.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@
right: 0;
bottom: 0;
left: 0;
width: min-content;
min-width: 480px;
max-width: 90vw;
max-width: 50vw;
max-height: 90vh;
border-radius: var(--cui-border-radius-mega);
}
Expand Down

0 comments on commit b42d2bf

Please sign in to comment.