Add top spacing to tab contents

This commit is contained in:
Samuel Dionne-Riel 2021-03-31 21:10:18 -04:00 committed by Tyson Whitehead
parent d85b846357
commit def05105bb

View file

@ -147,3 +147,7 @@ td.step-status span.warn {
cursor: help;
border-bottom: 1px dotted #999;
}
.tab-content > .tab-pane {
padding-top: 1.5rem;
}