Add top spacing to tab contents
This commit is contained in:
parent
d85b846357
commit
def05105bb
|
@ -147,3 +147,7 @@ td.step-status span.warn {
|
||||||
cursor: help;
|
cursor: help;
|
||||||
border-bottom: 1px dotted #999;
|
border-bottom: 1px dotted #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tab-content > .tab-pane {
|
||||||
|
padding-top: 1.5rem;
|
||||||
|
}
|
Loading…
Reference in a new issue