automatyzacje-comit3
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user