suever / MATL-Online

Online Interpreter for MATL

Home Page:https://matl.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow code and input areas to expand vertically

suever opened this issue · comments

Initially this was disabled, but they should definitely be able to expand vertically to accommodate code with lots of newlines or solutions with many inputs. It's a simple css fix

#code_input {
    resize: vertical;
}