From 14997a17a06786c0c45dacbb539b3d7123da1f8e Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Fri, 9 Feb 2018 15:43:57 +0800 Subject: [PATCH] Fix tip mobile css --- assets/stylesheets/wizard/wizard_custom_mobile.scss | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/wizard/wizard_custom_mobile.scss b/assets/stylesheets/wizard/wizard_custom_mobile.scss index 6a7ea073..3995f529 100644 --- a/assets/stylesheets/wizard/wizard_custom_mobile.scss +++ b/assets/stylesheets/wizard/wizard_custom_mobile.scss @@ -47,8 +47,17 @@ } .wizard-field { - label[for="tip"] img { - float: none; + label[for="tip"] .field-description { + display: flex; + align-items: center; + + img { + float: none; + } + + i { + flex: 1; + } } .field-description img {