mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix agent css in packaged builds (#5409)
* fix agent css in packaged * fix agent css
This commit is contained in:
@@ -259,6 +259,8 @@ table.step-list tr.step-row td {
|
|||||||
jobhistory-component {
|
jobhistory-component {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
jobhistory-component > .jobhistory-heading-container {
|
jobhistory-component > .jobhistory-heading-container {
|
||||||
|
|||||||
@@ -15,12 +15,6 @@ jobsview-component {
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
jobhistory-component {
|
|
||||||
height: 100%;
|
|
||||||
width : 100%;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.job-heading-container {
|
.job-heading-container {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
border-bottom: 3px solid #f4f4f4;
|
border-bottom: 3px solid #f4f4f4;
|
||||||
|
|||||||
Reference in New Issue
Block a user