diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index e80f0ec18..b30cd8e80 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -251,6 +251,11 @@ details .arrow { cursor: default; } +.multiple-choice > .panel { + border-left: none; + padding: 0 0 0 12px; +} + .heading-inline { display: inline-block; } diff --git a/app/templates/components/radios.html b/app/templates/components/radios.html index c2b8bde5c..a35f2c0fa 100644 --- a/app/templates/components/radios.html +++ b/app/templates/components/radios.html @@ -19,9 +19,10 @@ options, child_map, disable=[], - option_hints={} + option_hints={}, + top_level=False ) %} -