Skip to content
Snippets Groups Projects
Unverified Commit cabd92a6 authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub
Browse files

Merge pull request #3998 from paulkaplan/fix-variable-checkbox-spacing

Force margin on inputs which is reset by normalizer in www
parents 6f47696b e47f4db7
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment