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

View File

@@ -22,8 +22,9 @@
width: 100%; width: 100%;
margin-right: 20px; margin-right: 20px;
@media screen and (max-width: @breakpoint){ @media screen and (max-width: @breakpoint){
margin-right: 0px;
height: inherit; height: inherit;
margin-right: 0px;
max-width: none;
} }
} }