From 9e6ecefdb2a53881c04e17a2f7d47d888c5b3d82 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 20 Jul 2022 11:39:52 +0100 Subject: [PATCH] Bootstrap 5: Remove the padding from trace nav buttons on larger sizes If additional py is added when the tabs are laid out in full, then the other tabs start to become detatched from the rest of the page and a line appears under the active tab. We don't need the padding in the horizontal layout, so remove it, and tweak the size of the padding when collapsed. --- app/views/traces/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb index 693de7e1a..77cd600a4 100644 --- a/app/views/traces/index.html.erb +++ b/app/views/traces/index.html.erb @@ -43,7 +43,7 @@