mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 11:11:07 -03:30
Merge pull request #3816 from ansible/4945-wfjt-responsivity-styles
Fix workflow results detail panel responsive style
This commit is contained in:
@@ -20,10 +20,11 @@
|
|||||||
flex: 1 0;
|
flex: 1 0;
|
||||||
height: @height;
|
height: @height;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
@media screen and (max-width: @breakpoint){
|
@media screen and (max-width: @breakpoint){
|
||||||
margin-right: 0px;
|
height: inherit;
|
||||||
height: inherit;
|
margin-right: 0px;
|
||||||
|
max-width: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user