You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: