From 35c31d5e01652a7a7fc2a3a8738864bf2bdba142 Mon Sep 17 00:00:00 2001
From: Brady James Garvin <bgarvin@cse.unl.edu>
Date: Wed, 2 Oct 2019 15:47:35 -0500
Subject: [PATCH] Tidied UI.

---
 index.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html
index eec9385..cf5053e 100644
--- a/index.html
+++ b/index.html
@@ -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>
-- 
GitLab