Fix agent css in packaged builds (#5409)

* fix agent css in packaged

* fix agent css
This commit is contained in:
Aditya Bist
2019-05-07 14:16:52 -07:00
committed by GitHub
parent 4551ba5b7c
commit 0a9db55dc4
2 changed files with 2 additions and 6 deletions

View File

@@ -259,6 +259,8 @@ table.step-list tr.step-row td {
jobhistory-component {
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
}
jobhistory-component > .jobhistory-heading-container {

View File

@@ -15,12 +15,6 @@ jobsview-component {
display: block;
}
jobhistory-component {
height: 100%;
width : 100%;
display: block;
}
.job-heading-container {
height: 50px;
border-bottom: 3px solid #f4f4f4;