chages in logs

This commit is contained in:
Mateusz Gruszczyński
2026-06-03 09:07:58 +02:00
parent f29710b24f
commit 4628ea653d
5 changed files with 210 additions and 24 deletions
File diff suppressed because one or more lines are too long
+22
View File
@@ -4656,6 +4656,28 @@ body,
vertical-align: top;
}
.operation-log-details {
max-width: 24rem;
}
.operation-log-details summary {
cursor: pointer;
overflow-wrap: anywhere;
}
.operation-log-details pre {
background: var(--bs-tertiary-bg);
border: 1px solid var(--bs-border-color);
border-radius: .5rem;
color: var(--bs-body-color);
font-size: .75rem;
margin: .5rem 0 0;
max-height: 18rem;
overflow: auto;
padding: .65rem;
white-space: pre-wrap;
}
@media (max-width: 760px) {
.operation-log-type-filter,
.operation-log-search {