Updates to Job status page

This commit is contained in:
Jonathan Bobel
2024-07-29 15:32:53 -04:00
parent bd03d273fe
commit 99493acb86
4 changed files with 40 additions and 7 deletions
@@ -402,6 +402,30 @@ td.table-empty-message {
}
}
.job-status-table {
table-layout: fixed;
thead tr th {
border-bottom: 0;
}
thead,
tbody,
tr {
width: 100%;
}
th:first-child,
td:first-child {
width: 75%;
}
th:nth-child(2),R
td:nth-child(2) {
width: 25%;
}
}
.usage-table {
ul {
list-style: none;
@@ -456,6 +480,10 @@ td.table-empty-message {
}
}
.usa-prose > p.max-width-full {
max-width: 100%;
}
// Tabs
.tabs {