diff --git a/app/assets/stylesheets/wizard.scss b/app/assets/stylesheets/wizard.scss index ae333551f38..2fd2067bd73 100644 --- a/app/assets/stylesheets/wizard.scss +++ b/app/assets/stylesheets/wizard.scss @@ -130,7 +130,6 @@ body.wizard { .wizard-step-colors { max-height: 465px; - margin-bottom: 20px; overflow-y: auto; .grid { box-sizing: border-box; @@ -189,6 +188,7 @@ body.wizard { .wizard-step-contents { height: 550px; + margin-bottom: 2em; a { text-decoration: none; color: #6699ff; @@ -516,7 +516,7 @@ body.wizard { } .radio-field-choice { - margin-bottom: 1.5em; + margin-bottom: 1.25em; input { outline: 0; @@ -602,9 +602,6 @@ body.wizard { .wizard-footer { display: none !important; } - .wizard-field { - margin-bottom: 1em !important; - } .wizard-step-description { margin-bottom: 1em !important; }