diff --git a/assets/stylesheets/wizard/wizard_custom_mobile.scss b/assets/stylesheets/wizard/wizard_custom_mobile.scss index 77ff4f7c..6a7ea073 100644 --- a/assets/stylesheets/wizard/wizard_custom_mobile.scss +++ b/assets/stylesheets/wizard/wizard_custom_mobile.scss @@ -46,8 +46,14 @@ max-width: 80%; } - .wizard-field .field-description img { - float: left; + .wizard-field { + label[for="tip"] img { + float: none; + } + + .field-description img { + float: left; + } } } }