automatyzacje-comit2

This commit is contained in:
Mateusz Gruszczyński
2026-05-07 08:11:58 +02:00
parent 440b187c39
commit 5d7abe6e59
3 changed files with 79 additions and 23 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1306,6 +1306,9 @@ body.mobile-mode .mobile-card {
.automation-row-main {
min-width: 0;
}
.automation-rule-summary {
overflow-wrap: anywhere;
}
.automation-action-pill {
display: inline-flex;
max-width: 100%;
@@ -1321,8 +1324,28 @@ body.mobile-mode .mobile-card {
justify-content: flex-end;
margin-bottom: 0.5rem;
}
.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;
}
.automation-history-table th:nth-child(4),
.automation-history-table td:nth-child(4) {
width: 42%;
}
.automation-history-details {
max-width: min(620px, 60vw);
max-width: 100%;
}
.automation-history-details summary {
cursor: pointer;