Detaysoft / react-chat-elements

Reactjs chat elements chat UI, react chat components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Max width of messagebox using MessageList.

bvelasquez opened this issue · comments

Is there a way to set the maximum width of the MessageBox using the MessageList? I tried setting max-width on the rce-container-mbox in the .css, but then the MessageBox is not aligned to the right side anymore for right-side messages. Otherwise, the MessageBox expands to fit the entire width of the window.

Thanks in advance.

Nevermind. Using .rce-mbox did the trick.