testing increase width of form

This commit is contained in:
Pau Capó 2023-12-20 08:23:27 +01:00
parent e38c8e7a8b
commit b26f349581

View file

@ -426,3 +426,10 @@ i {
font-family: monospace; font-family: monospace;
border: 1px silver solid; border: 1px silver solid;
} }
#form .layout tr td:nth-child(3),
#form .layout tr td:nth-child(3) input,
#form .layout tr td:nth-child(3) textarea {
width: 100%;
}