Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customizable width of chatmessages #22

Open
RichardWerner173134 opened this issue Mar 21, 2023 · 2 comments
Open

Customizable width of chatmessages #22

RichardWerner173134 opened this issue Mar 21, 2023 · 2 comments

Comments

@RichardWerner173134
Copy link

We used the Qanary-Chatbot-UI to display messages which could contain tables. We noticed, that the width of the displayed message is limited to around 50% of the screen. The overlapping part of the html-table is rendered transparently on the right side.

Maybe you could implement a parameter to set a maximum message width. Another solution would be a horizontal scrollbar, whenever a message exceeds the maximum message width.

qanary-ui-bug

@Wutras
Copy link
Collaborator

Wutras commented Mar 27, 2023

@RichardWerner173134 Thank you for making me aware of the issue. I pushed a change (c475fa5) removing the width constraint and adding overflow-x: scroll to the data container. Let me know, if that fixes it for you.

@anbo-de
Copy link
Member

anbo-de commented Mar 27, 2023

@RichardWerner173134 Does it work in your scope?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants