tjtanjin / react-chatbotify

A modern React library for creating a flexible and extensible chatbot.
https://react-chatbotify.tjtanjin.com/
MIT License
103 stars 49 forks source link

Truncate history button #50

Closed I-Vishal-Kumar closed 2 months ago

I-Vishal-Kumar commented 2 months ago

Description

Issue consisted of overflow issue in get history button

Closes #46

What change does this PR introduce?

Please select the relevant option(s).

What is the proposed approach?

The approach includes preventing the text to wrap and then truncate with text-overflow to ellipses.

Checklist:

tjtanjin commented 2 months ago

LGTM, thank you!