mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +08:00
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user