From 23c2c120c2b096272515c665c0ad94278f8ced39 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Fri, 9 Feb 2018 16:07:52 +0800 Subject: [PATCH] Tweak mobile css --- assets/stylesheets/wizard/wizard_custom_mobile.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/wizard/wizard_custom_mobile.scss b/assets/stylesheets/wizard/wizard_custom_mobile.scss index 352c84a1..bf450930 100644 --- a/assets/stylesheets/wizard/wizard_custom_mobile.scss +++ b/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 {