[Developer] #424 add editable ORDS settings

Refs #424
This commit is contained in:
devmrko
2026-06-23 11:59:58 +09:00
parent 7d3bc02123
commit 923daa2a56
12 changed files with 201 additions and 10 deletions

View File

@@ -82,6 +82,10 @@ body {
font-weight: 600;
}
.form-grid .span-2 {
grid-column: span 2;
}
.inline-form {
display: inline;
}