mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Merge pull request #3816 from ansible/4945-wfjt-responsivity-styles
Fix workflow results detail panel responsive style
This commit is contained in:
commit
31c14b005c
@ -22,8 +22,9 @@
|
||||
width: 100%;
|
||||
margin-right: 20px;
|
||||
@media screen and (max-width: @breakpoint){
|
||||
margin-right: 0px;
|
||||
height: inherit;
|
||||
margin-right: 0px;
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user