mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03: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 {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
|
||||
Reference in New Issue
Block a user