Skip to content

Commit

Permalink
Sets min width to 880px
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Jul 26, 2023
1 parent cdc4953 commit b1b7719
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import {
import DividerConfigForm from './DividerConfigForm';

const MODAL_MARGIN = 16;
const MIN_WIDTH = 1000;
const MIN_WIDTH = 880;

const StyledModalWrapper = styled(StyledModal)<{ expanded: boolean }>`
min-width: ${MIN_WIDTH}px;
Expand Down

0 comments on commit b1b7719

Please sign in to comment.