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

View File

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