Browse Source

Fix tip css

Angus McLeod 7 years ago
parent
commit
830d64fbd5
1 changed files with 8 additions and 2 deletions
  1. 8 2
      assets/stylesheets/wizard/wizard_custom_mobile.scss

+ 8 - 2
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;
+      }
     }
   }
 }