1
0
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:
Michael Abashian 2019-10-14 14:28:38 -04:00 committed by GitHub
commit 31c14b005c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}