1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Fix workflow results detail panel responsive style

This commit is contained in:
Marliana Lara 2019-10-14 13:50:59 -04:00
parent 263c44a09b
commit e5184e0ed1
No known key found for this signature in database
GPG Key ID: 38C73B40DFA809EE

View File

@ -20,10 +20,11 @@
flex: 1 0;
height: @height;
width: 100%;
margin-right: 20px;
@media screen and (max-width: @breakpoint){
margin-right: 0px;
height: inherit;
margin-right: 20px;
@media screen and (max-width: @breakpoint){
height: inherit;
margin-right: 0px;
max-width: none;
}
}