diff --git a/assets/stylesheets/wizard_custom_admin.scss b/assets/stylesheets/wizard_custom_admin.scss index 2ebbb253..ab078fc4 100644 --- a/assets/stylesheets/wizard_custom_admin.scss +++ b/assets/stylesheets/wizard_custom_admin.scss @@ -408,6 +408,7 @@ .wizard-api-endpoints { background-color: $primary-very-low; padding: 20px; + margin-bottom: 20px; .endpoint-list { margin-top: 20px; @@ -443,3 +444,9 @@ } } } + +.wizard-api-log { + background-color: #f8f8f8; + padding: 20px; + margin-bottom: 20px; +}