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