Single select form without action buttons

This commit is contained in:
2026-01-15 19:00:25 +01:00
parent 207699584b
commit 1acb179851
7 changed files with 22 additions and 52 deletions

View File

@@ -563,6 +563,9 @@ form table.items td:first-child {
.hflex.centered {
justify-content: center;
}
.vexpand {
width: 100%;
}
.vflex {
display: flex;
gap: 0.8em;