diff --git a/src/components/custom-procedures/custom-procedures.css b/src/components/custom-procedures/custom-procedures.css
index 54053cdc42e21021201a2bdd173cb543cc048290..96cc55d155f6f2039504179dceeef05473f2f8dc 100644
--- a/src/components/custom-procedures/custom-procedures.css
+++ b/src/components/custom-procedures/custom-procedures.css
@@ -11,6 +11,11 @@
     padding: 1.5rem 2.25rem;
 }
 
+.body input[type="checkbox"],
+.body input[type="radio"] {
+    margin: 3px;
+}
+
 /* Blocks workspace for custom procedure declaration editor */
 .workspace {
     min-height: 200px;
diff --git a/src/components/prompt/prompt.css b/src/components/prompt/prompt.css
index 978a3f75b1f59c0712b2d2ea41fc1e121cfaf87e..c12afc6b7b8d8b12e5c95380ae19a187cbbb8d97 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;