1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-28 10:55:30 +03:00

Merge pull request #5661 from mabashian/5563-wfjt-details-footer

Fix wfjt details footer when page is narrow and panels are stacked
This commit is contained in:
Michael Abashian 2017-03-08 14:14:40 -05:00 committed by GitHub
commit cf73ceb414

View File

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