automatyzacje-comit2
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user