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;