Fix inventory dialog: hidden form-row not hiding due to display:flex override

Also clarify notes label as per-location, not per-component.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-22 01:13:47 +00:00
parent 4a210047c8
commit 488fa7ff53
2 changed files with 5 additions and 1 deletions

View File

@@ -789,6 +789,10 @@ nav {
margin-bottom: 0.9rem;
}
.form-row[hidden] {
display: none;
}
.form-row label {
font-size: 0.8rem;
text-transform: uppercase;