From def05105bb9ed878f7cbf7d65260766f514d448d Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Wed, 31 Mar 2021 21:10:18 -0400 Subject: [PATCH] Add top spacing to tab contents --- src/root/static/css/hydra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/root/static/css/hydra.css b/src/root/static/css/hydra.css index fdfa7a8a..fa969be7 100644 --- a/src/root/static/css/hydra.css +++ b/src/root/static/css/hydra.css @@ -147,3 +147,7 @@ td.step-status span.warn { cursor: help; border-bottom: 1px dotted #999; } + +.tab-content > .tab-pane { + padding-top: 1.5rem; +} \ No newline at end of file