Bug: Add min height to widget input box (#960)

This commit is contained in:
Nithin David Thomas
2020-06-14 11:28:38 +05:30
committed by GitHub
parent ecd5e20133
commit 5ec9af9325

View File

@@ -49,6 +49,7 @@ export default {
.user-message-input {
border: 0;
height: $space-large;
min-height: $space-large;
resize: none;
padding-top: $space-small;
}