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

@ -59,8 +59,3 @@
font-size: small;
}
}
.helptext {
margin-top: 10px;
display: block;
}