Disable double-tap to zoom on mobile view of scouting website

Signed-off-by: Sabina Leaver <100027607@mvla.net>
Change-Id: I48064f56ad560ce7b7d91bef63ac68453b5f8ce9
diff --git a/scouting/www/entry/entry.component.css b/scouting/www/entry/entry.component.css
index 2cb500f..7cbc6d7 100644
--- a/scouting/www/entry/entry.component.css
+++ b/scouting/www/entry/entry.component.css
@@ -15,10 +15,14 @@
 }
 
 textarea {
-    width: 300px;
-    height: 150px;
+  width: 300px;
+  height: 150px;
 }
 
 .error_message {
-    color: red;
+  color: red;
+}
+
+button {
+  touch-action: manipulation;
 }