diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index ae6e2109a..44057bbc6 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -176,6 +176,11 @@ label.tn-checkbox + label.tn-checkbox { margin-left: 12px; } +label.tn-radio input[type="radio"], +label.tn-checkbox input[type="checkbox"] { + margin-right: .5em; +} + #left-pane input, #left-pane select, #left-pane textarea { diff --git a/apps/client/src/stylesheets/theme-next/forms.css b/apps/client/src/stylesheets/theme-next/forms.css index b09d6cb65..f4465f905 100644 --- a/apps/client/src/stylesheets/theme-next/forms.css +++ b/apps/client/src/stylesheets/theme-next/forms.css @@ -455,6 +455,7 @@ optgroup { left: 0; width: var(--box-size); height: 100%; + margin: unset; opacity: 0 !important; }