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:
parent
263c44a09b
commit
e5184e0ed1
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user