Merge pull request #2383 from ansible/jakemcdermott-fix-2234

use height of parent container for output section
This commit is contained in:
Jake McDermott
2018-07-02 10:43:53 -04:00
committed by GitHub

View File

@@ -152,6 +152,7 @@
margin: 0;
overflow-y: scroll;
padding: 0;
height: 100%;
}
&-borderHeader {