FIX: allows composer to expand (#21234)

The fixed height was preventing the underlying textarea to expand (up to 125px height) when adding new lines with shift + enter
This commit is contained in:
Joffrey JAFFEUX 2023-04-25 11:00:18 +02:00 committed by GitHub
parent 8565bed8f9
commit 7c9b8c42c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
border-radius: 5px; border-radius: 5px;
background-color: var(--secondary); background-color: var(--secondary);
padding-inline: 0.25rem; padding-inline: 0.25rem;
height: 42px; min-height: 42px;
.chat-composer--focused & { .chat-composer--focused & {
border-color: var(--primary-medium); border-color: var(--primary-medium);