fix: corrige la largeur de la textarea

This commit is contained in:
Kazhnuz 2024-10-05 18:05:23 +02:00
parent 3a0801c8fe
commit d11d41f082

View file

@ -258,6 +258,7 @@ label {
textarea { textarea {
width: 100%; width: 100%;
box-sizing: border-box;
margin-bottom: 1rem; margin-bottom: 1rem;
} }