Quick Chat component question. Any thoughts on how to avoid the Message input text from spilling over on the send icon? I’m trying to this w/o limiting the number of character the user can input, but rather would like for it the input string to continue in the line below. Thanks!
@martin You can increase the padding on the input styles or you can move the icon to be outside of the input.
1 Like
Thank you! Worked like a charm.