Ionaru / easy-markdown-editor

EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://stackblitz.com/edit/easymde
MIT License
2.38k stars 314 forks source link

maxHeight vs better flex Layout #457

Open jonaswre opened 2 years ago

jonaswre commented 2 years ago

Describe your question I wonder wahts the reasoning of doing .EasyMDEContainer { flex-direction: row, flex-warp: wrap } and then having all the elements underneath each other.

Wouldn't it be easier to represent the layout as an actual flex layout instead of dealing with the warping.