Skip to content

Commit

Permalink
Set a meaningful min-width for the editor
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Apr 9, 2024
1 parent 17aa8ec commit e0cb970
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
box-sizing: border-box;
position: relative;
max-width: 120ch;
min-width: 40ch;

flex-grow: 1;
}
Expand Down

0 comments on commit e0cb970

Please sign in to comment.