fix textarea not resizing properly

This commit is contained in:
Henry Jameson 2019-06-09 21:23:56 +03:00
parent 8a02647de4
commit 4d12cd617a

View file

@ -105,7 +105,7 @@
input, textarea { input, textarea {
flex: 1; flex: 1 0 auto;
} }
} }
</style> </style>