From 830d64fbd5190c0f2ad468fd545b1eefc621397b Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Fri, 9 Feb 2018 15:32:27 +0800 Subject: [PATCH] Fix tip css --- assets/stylesheets/wizard/wizard_custom_mobile.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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; + } } } }