mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-03-25 10:57:47 +01:00
fix textarea not resizing properly
This commit is contained in:
parent
8a02647de4
commit
4d12cd617a
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
|||
|
||||
|
||||
input, textarea {
|
||||
flex: 1;
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue