From 645c94c170b6abef84496ecd5c533c2457ae9809 Mon Sep 17 00:00:00 2001 From: spacerest Date: Sun, 30 Jun 2019 14:13:37 +0930 Subject: [PATCH 1/2] update css so wizard submissions table doesn't get cut off --- assets/stylesheets/wizard_custom_admin.scss | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/assets/stylesheets/wizard_custom_admin.scss b/assets/stylesheets/wizard_custom_admin.scss index 10efb43a..c09e61ef 100644 --- a/assets/stylesheets/wizard_custom_admin.scss +++ b/assets/stylesheets/wizard_custom_admin.scss @@ -195,13 +195,20 @@ margin-top: 5px; } -.admin-contents .wizard-submissions { +.admin-contents { padding: 0 20px; - display: inline-block; - overflow: scroll; +} +.wizard-submissions { + width: 100%; +} + +.admin-contents .wizard-submissions { + display: inline-block; table { margin-top: 0; + display: inline-block; + overflow-x: scroll; } } @@ -299,5 +306,5 @@ } .wizard-step-contents{ - height: unset !important; + height: unset !important; } From f1bb2f6be1c901ef672261fd3e4cc37aea54bbaa Mon Sep 17 00:00:00 2001 From: spacerest Date: Sun, 30 Jun 2019 14:21:40 +0930 Subject: [PATCH 2/2] fix update css so wizard submissions table doesn't get cut off --- assets/stylesheets/wizard_custom_admin.scss | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/assets/stylesheets/wizard_custom_admin.scss b/assets/stylesheets/wizard_custom_admin.scss index c09e61ef..9a26b565 100644 --- a/assets/stylesheets/wizard_custom_admin.scss +++ b/assets/stylesheets/wizard_custom_admin.scss @@ -195,15 +195,8 @@ margin-top: 5px; } -.admin-contents { - padding: 0 20px; -} - -.wizard-submissions { - width: 100%; -} - .admin-contents .wizard-submissions { + width: 100%; display: inline-block; table { margin-top: 0;