diff --git a/assets/stylesheets/wizard_custom_admin.scss b/assets/stylesheets/wizard_custom_admin.scss index 10efb43a..9a26b565 100644 --- a/assets/stylesheets/wizard_custom_admin.scss +++ b/assets/stylesheets/wizard_custom_admin.scss @@ -196,12 +196,12 @@ } .admin-contents .wizard-submissions { - padding: 0 20px; + width: 100%; display: inline-block; - overflow: scroll; - table { margin-top: 0; + display: inline-block; + overflow-x: scroll; } } @@ -299,5 +299,5 @@ } .wizard-step-contents{ - height: unset !important; + height: unset !important; }