mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 23:07:28 +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;
|
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);
|
||||||
|
Reference in New Issue
Block a user