mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 19:35:02 -02:30
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:
@@ -35,6 +35,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: @breakpoint-md) {
|
||||||
|
.WorkflowResults-rightSide {
|
||||||
|
height: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.WorkflowResults-stdoutActionButton--active {
|
.WorkflowResults-stdoutActionButton--active {
|
||||||
display: none;
|
display: none;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user