Closed Z4CHx closed 7 years ago
edit editor css and editor settings to be relatively positioned, which keeps the layout in tact while letting the box expand to up to 1000 lines.
It looks like you need to remove the min-height on the #editor-wrapper or else short posts get this sort of look
#editor-wrapper
Code can be found here:
https://github.com/eliotc1986/algo-app/blob/668279fe9b4be8b298ab4185de1e4b18d781ba54/app/assets/stylesheets/views/_code_editor.scss#L4
LGTM 👍
edit editor css and editor settings to be relatively positioned, which keeps the layout in tact while letting the box expand to up to 1000 lines.