[Developer] #424 show filters and ORDS handler details

Refs #424
This commit is contained in:
devmrko
2026-06-23 14:30:22 +09:00
parent 09e25a2349
commit ae3dd6667e
11 changed files with 197 additions and 3 deletions

View File

@@ -347,6 +347,14 @@ body {
word-break: break-word;
}
.table-pre {
background: transparent;
color: inherit;
font-size: .78rem;
margin: 0;
white-space: pre-wrap;
}
@media (max-width: 640px) {
.form-grid .span-2 {
grid-column: span 1;