Skip to content

Commit

Permalink
🎈 perf: Increase the height of MaterialEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangechen committed Jan 5, 2025
1 parent 892c491 commit 01870b7
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
left: 16px;
padding: 16px;
max-width: 480px;
max-height: 65%;
max-height: 75%;
overflow: hidden;
}

Expand Down Expand Up @@ -46,8 +46,7 @@
border: 1px solid var(--border-color);
margin: 8px 0px;
padding: 4px;
height: 60px;
min-height: 40px;
min-height: 60px;
max-height: 120px;
flex: 0;
overflow: hidden;
Expand Down

0 comments on commit 01870b7

Please sign in to comment.