automatyzacje-comit3

This commit is contained in:
Mateusz Gruszczyński
2026-05-07 08:36:00 +02:00
parent 5d7abe6e59
commit f9280daa21
7 changed files with 100 additions and 38 deletions

View File

@@ -1327,22 +1327,32 @@ body.mobile-mode .mobile-card {
.automation-history-table {
width: 100%;
table-layout: fixed;
white-space: normal;
}
.automation-history-table th,
.automation-history-table td {
max-width: 0;
overflow-wrap: anywhere;
vertical-align: top;
word-break: break-word;
}
.automation-history-table th:nth-child(1),
.automation-history-table td:nth-child(1) {
width: 9.5rem;
width: 10.5rem;
white-space: nowrap;
}
.automation-history-table th:nth-child(2),
.automation-history-table td:nth-child(2) {
width: 13rem;
overflow-wrap: anywhere;
}
.automation-history-table th:nth-child(3),
.automation-history-table td:nth-child(3) {
width: 14rem;
overflow-wrap: anywhere;
}
.automation-history-table th:nth-child(4),
.automation-history-table td:nth-child(4) {
width: 42%;
width: auto;
min-width: 0;
overflow-wrap: anywhere;
word-break: break-word;
}
.automation-history-details {
max-width: 100%;