From 645c94c170b6abef84496ecd5c533c2457ae9809 Mon Sep 17 00:00:00 2001 From: spacerest Date: Sun, 30 Jun 2019 14:13:37 +0930 Subject: [PATCH] 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; }