automatyzacje-comit6

This commit is contained in:
Mateusz Gruszczyński
2026-05-07 11:55:29 +02:00
parent 85e1e6adcd
commit 8334aa97e2
5 changed files with 130 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@@ -2293,3 +2293,33 @@ body.mobile-mode .mobile-filter-bar {
width: 100%;
}
}
.date-readable {
display: inline-block;
min-width: 9.5rem;
white-space: nowrap;
}
.jobs-table {
min-width: 980px;
white-space: normal;
}
.jobs-table th:nth-child(7),
.jobs-table td:nth-child(7),
.jobs-table th:nth-child(8),
.jobs-table td:nth-child(8) {
min-width: 10.5rem;
}
.jobs-table td:nth-child(5),
.jobs-table td:nth-child(9) {
max-width: 18rem;
overflow-wrap: anywhere;
white-space: normal;
}
.automation-history-scroll {
width: 100%;
overflow-x: auto;
}