Skip to content

Commit

Permalink
[#65872] fix min height
Browse files Browse the repository at this point in the history
  • Loading branch information
Trzcin committed Sep 24, 2024
1 parent 1cf273f commit 0cc9ddb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/MystEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ const FlexWrapper = styled.div`
flex: 1;
min-width: 0;
height: 100%;
min-height: 500px;
& > * {
min-height: 500px;
}
`;

const createExtraScopePlugin = (scope) => {
Expand Down

0 comments on commit 0cc9ddb

Please sign in to comment.