Explorar o código

Fix tip mobile css

Angus McLeod %!s(int64=7) %!d(string=hai) anos
pai
achega
14997a17a0
Modificáronse 1 ficheiros con 11 adicións e 2 borrados
  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 {