fix: corrige la largeur de la textarea
This commit is contained in:
parent
3a0801c8fe
commit
d11d41f082
1 changed files with 1 additions and 0 deletions
|
@ -258,6 +258,7 @@ label {
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue