Merge pull request #2490 from ansible/jakemcdermott-workflow-panel-scroll

hide workflow job left panel scrollbar when it isn't needed
This commit is contained in:
Jake McDermott 2018-07-11 17:32:13 -04:00 committed by GitHub
commit 0f5c4a4bf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,8 @@
min-height: 350px;
.Panel {
overflow: scroll;
overflow-x: auto;
overflow-y: auto;
}
}