diff --git a/assets/stylesheets/wizard/custom/field.scss b/assets/stylesheets/wizard/custom/field.scss index cb6f0635..3ef3010d 100644 --- a/assets/stylesheets/wizard/custom/field.scss +++ b/assets/stylesheets/wizard/custom/field.scss @@ -59,13 +59,16 @@ & > label.field-label { order: 1; - font-weight: 400; } & > .field-description { margin-top: 0; order: 2; } + + & > .field-label + .field-description { + margin-left: .5em; + } } .url-field input {