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