small form fixes

le `display:block` avait disparu des helptext, ce qui rendait leur affichage bizarre. Et il manquait quelques détails sur le `ProductForm`
This commit is contained in:
imperosol
2025-01-05 15:40:41 +01:00
parent ada74a3e42
commit 348ab19ac6
4 changed files with 20 additions and 7 deletions

View File

@ -145,6 +145,7 @@ form {
margin-top: .25rem;
margin-bottom: .25rem;
font-size: 80%;
display: block;
}
fieldset {