Skip to content

Commit

Permalink
Fix modal size
Browse files Browse the repository at this point in the history
  • Loading branch information
grifdail committed Nov 22, 2024
1 parent d0713f1 commit 03be877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Modals/NodeSelectionModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const AddModalDiv = styled.div`
align-items: stretch;
justify-content: stretch;
width: 100%;
height: 500px;
align-content: stretch;
align-self: stretch;
flex-grow: 1;
Expand Down

0 comments on commit 03be877

Please sign in to comment.