Skip to content
Snippets Groups Projects
Commit 35c31d5e authored by Brady James Garvin's avatar Brady James Garvin
Browse files

Tidied UI.

parent 4e41cf30
Branches master
No related tags found
No related merge requests found
......@@ -17,8 +17,10 @@
<label>Expression to simplify:
<input id="unsimplified" type="text" autocomplete="off" value="">
</label>
</div>
<div>
<label>Maximum number of operators:
<input id="operators" type="number" autocomplete="off" min="0" value="1">
<input id="operators" type="number" autocomplete="off" min="0" value="1" max="4">
</label>
</div>
<div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment