mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Merge pull request #3816 from ansible/4945-wfjt-responsivity-styles
Fix workflow results detail panel responsive style
This commit is contained in:
commit
31c14b005c
@ -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…
x
Reference in New Issue
Block a user