Fix height and resizing issue of long text input

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-05-01 02:35:40 +02:00
commit 2f9f8a57a0
No known key found for this signature in database
GPG key ID: CBD846FC845CBE17

View file

@ -85,12 +85,12 @@ export default {
min-width: 100%;
max-width: 100%;
min-height: 44px;
max-height: 10rem;
margin: 0;
padding: 6px 0;
border: 0;
border-bottom: 1px dotted var(--color-border-dark);
border-radius: 0;
resize: none;
}
</style>