Browse Source

Tweak mobile css

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

+ 2 - 2
assets/stylesheets/wizard/wizard_custom_mobile.scss

@@ -32,7 +32,7 @@
   }
 
   .wizard-step-banner {
-    max-height: 200px !important;
+    max-height: 250px !important;
     width: initial !important;
   }
 
@@ -48,7 +48,7 @@
 
   .wizard-column {
     .checkbox-field > label {
-      max-width: 80%;
+      max-width: calc(100% - 53px);
     }
 
     .wizard-field .field-description {