Browse Source

Fix tip mobile css

Angus McLeod 7 years ago
parent
commit
14997a17a0
1 changed files with 11 additions and 2 deletions
  1. 11 2
      assets/stylesheets/wizard/wizard_custom_mobile.scss

+ 11 - 2
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 {