From f1bb2f6be1c901ef672261fd3e4cc37aea54bbaa Mon Sep 17 00:00:00 2001 From: spacerest Date: Sun, 30 Jun 2019 14:21:40 +0930 Subject: [PATCH] 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;