mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 18:47:51 +00:00
Bug: Add min height to widget input box (#960)
This commit is contained in:
committed by
GitHub
parent
ecd5e20133
commit
5ec9af9325
@@ -49,6 +49,7 @@ export default {
|
|||||||
.user-message-input {
|
.user-message-input {
|
||||||
border: 0;
|
border: 0;
|
||||||
height: $space-large;
|
height: $space-large;
|
||||||
|
min-height: $space-large;
|
||||||
resize: none;
|
resize: none;
|
||||||
padding-top: $space-small;
|
padding-top: $space-small;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user