Fix wfjt details footer when page is narrow and panels are stacked

This commit is contained in:
Michael Abashian 2017-03-08 10:12:54 -05:00
parent 7ec31bc198
commit 32f2facc45

View File

@ -35,6 +35,12 @@
}
}
@media (max-width: @breakpoint-md) {
.WorkflowResults-rightSide {
height: inherit;
}
}
.WorkflowResults-stdoutActionButton--active {
display: none;
visibility: hidden;