chatscope / chat-ui-kit-styles

Base theme for chat-ui-kit-react
MIT License
15 stars 18 forks source link

Wrapped input spills over container with long message in it #4

Closed yevhen-logosha closed 3 years ago

yevhen-logosha commented 3 years ago

@supersnager got one more mate. :) if you go to https://chatscope.io/storybook/react/?path=/docs/components-chatcontainer--wrapped-message-input and type in really looooooong message, input pushes buttons beyond container. Looks like setting width: 50% on input if its wrapped resolves issue.

supersnager commented 3 years ago

@yevhen-logosha Thank you for reporting this. It was not a bug in the components css, but in the styling of the story. The Storybook on the website is now fixed.

yevhen-logosha commented 3 years ago

@supersnager just fyi, was able to reproduce it, link to storybook was just as a reference ;)