From a32854fa5268fa512a985d3be37ec2945c56512a Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 16 Jun 2021 17:08:26 +0100 Subject: [PATCH] Wrap the rss and upload buttons in a div, with suitable padding for both vertical and horizontal tab layouts This ensures it looks right when the tabs are collapsed vertically. --- app/views/traces/index.html.erb | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb index 026e85aed..693de7e1a 100644 --- a/app/views/traces/index.html.erb +++ b/app/views/traces/index.html.erb @@ -41,14 +41,16 @@ <% end %> -
  • -
  • + <% end %> -- 2.43.2