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

@@ -457,7 +457,7 @@
<input type="text" id="i-qty" autocomplete="off" placeholder="e.g. 10, ~50, see BOM">
</div>
<div class="form-row">
<label for="i-notes">Notes</label>
<label for="i-notes">Notes <span class="label-hint">(for this location entry)</span></label>
<input type="text" id="i-notes" autocomplete="off">
</div>
<div class="dialog-actions">