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:
@@ -789,6 +789,10 @@ nav {
|
||||
margin-bottom: 0.9rem;
|
||||
}
|
||||
|
||||
.form-row[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.form-row label {
|
||||
font-size: 0.8rem;
|
||||
text-transform: uppercase;
|
||||
|
||||
Reference in New Issue
Block a user