0.10.2 Download Files

This commit is contained in:
2026-03-15 12:15:46 +00:00
parent 52ef155c7c
commit 7d6c154909
12 changed files with 1313 additions and 28 deletions

View File

@@ -2205,6 +2205,30 @@ body {
font-weight: 600;
}
.job-path-field {
min-width: 0;
display: grid;
gap: 0.2rem;
}
.job-path-field-value {
min-width: 0;
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 0.35rem;
align-items: start;
}
.job-path-field-value > span {
min-width: 0;
overflow-wrap: anywhere;
word-break: break-word;
}
.job-path-download-button {
flex-shrink: 0;
}
.job-meta-col-span-2 {
grid-column: 1 / -1;
}