fix textarea size
This commit is contained in:
parent
45da9bb25d
commit
c73f3d90f1
1 changed files with 2 additions and 1 deletions
|
@ -120,7 +120,8 @@ button:hover {
|
|||
}
|
||||
.item-wrapper {
|
||||
display: block;
|
||||
width: 450px;
|
||||
width: 90%;
|
||||
max-width: 450px;
|
||||
margin: 5px 10px;
|
||||
gap: 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue