From a6e5cb677972b34a55c3b563efc299b083026a20 Mon Sep 17 00:00:00 2001
From: Paul Kaplan <pkaplan@media.mit.edu>
Date: Fri, 7 Dec 2018 16:45:09 -0500
Subject: [PATCH] Force margin on inputs which is reset by normalizer in www

---
 src/components/prompt/prompt.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/components/prompt/prompt.css b/src/components/prompt/prompt.css
index 978a3f75b..c12afc6b7 100644
--- a/src/components/prompt/prompt.css
+++ b/src/components/prompt/prompt.css
@@ -10,6 +10,11 @@
     padding: 1.5rem 2.25rem;
 }
 
+.body input[type="checkbox"],
+.body input[type="radio"] {
+    margin: 3px;
+}
+
 .label {
     font-weight: 500;
     margin: 0 0 0.75rem;
-- 
GitLab