h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.98k stars 327 forks source link

feat: Make ui.chatbot text input expand on newlines #1999 #2022

Closed marek-mihok closed 1 year ago

marek-mihok commented 1 year ago

Screen Recording 2023-06-15 at 10 12 38

Closes #1999

marek-mihok commented 1 year ago

@mturoci, thanks for the good points!

Seems like the spacing got broken

Applying white-space: 'pre-wrap' on the paragraph component instead of its parent fixed it.

Also, let's add a side padding (left and right)

I added margin instead since we want the right padding to take effect on scrollbar as well.