minor changes

This commit is contained in:
Ludwig Lehnert
2026-03-28 08:25:34 +01:00
parent 085d5e26cf
commit 12e4bcddc6
5 changed files with 18 additions and 27 deletions

View File

@@ -393,6 +393,15 @@ tbody tr:hover {
flex-wrap: wrap;
}
.action-form-row {
flex-wrap: nowrap;
}
.action-form-row .input.small {
width: 7rem;
min-width: 7rem;
}
.inline-form.stacked {
display: grid;
}