diff --git a/app/components/create_log_actions_component.html.erb b/app/components/create_log_actions_component.html.erb
index 15361f493..bd2ba1e98 100644
--- a/app/components/create_log_actions_component.html.erb
+++ b/app/components/create_log_actions_component.html.erb
@@ -9,7 +9,7 @@
<% end %>
<% if FeatureToggle.create_test_logs_enabled? %>
-
+
Testing tools
These options can only be seen and used in testing environments.
diff --git a/app/frontend/styles/_testing-tools.scss b/app/frontend/styles/_testing-tools.scss
index f4b21b763..8f89418fc 100644
--- a/app/frontend/styles/_testing-tools.scss
+++ b/app/frontend/styles/_testing-tools.scss
@@ -1,4 +1,4 @@
-.app-testing-tools {
+.app-testing-tools__inset {
border-left-color: #f47738;
margin-bottom: 0;
margin-top: 0;