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
Branches
Tags
No related merge requests found
...@@ -11,6 +11,11 @@ ...@@ -11,6 +11,11 @@
padding: 1.5rem 2.25rem; padding: 1.5rem 2.25rem;
} }
.body input[type="checkbox"],
.body input[type="radio"] {
margin: 3px;
}
/* Blocks workspace for custom procedure declaration editor */ /* Blocks workspace for custom procedure declaration editor */
.workspace { .workspace {
min-height: 200px; min-height: 200px;
......
...@@ -10,6 +10,11 @@ ...@@ -10,6 +10,11 @@
padding: 1.5rem 2.25rem; padding: 1.5rem 2.25rem;
} }
.body input[type="checkbox"],
.body input[type="radio"] {
margin: 3px;
}
.label { .label {
font-weight: 500; font-weight: 500;
margin: 0 0 0.75rem; margin: 0 0 0.75rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment