Browse Source

Tweak mobile css

Angus McLeod 7 năm trước cách đây
mục cha
commit
23c2c120c2
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 {