diff --git a/client/components/ChatBot/Chatbot.scss b/client/components/ChatBot/Chatbot.scss index 59645ef1..9061efbc 100644 --- a/client/components/ChatBot/Chatbot.scss +++ b/client/components/ChatBot/Chatbot.scss @@ -36,7 +36,7 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - max-width: 30em; + max-width: 15em; font-size: 1.15rem; } diff --git a/client/components/ChatBot/index.js b/client/components/ChatBot/index.js index f015a514..168797d5 100644 --- a/client/components/ChatBot/index.js +++ b/client/components/ChatBot/index.js @@ -13,7 +13,6 @@ import { mcExerciseTouched, } from 'Utilities/redux/practiceReducer' import { - cut_and_ellipsis, formatGreenFeedbackText, hiddenFeatures } from 'Utilities/common' @@ -224,7 +223,7 @@ const Chatbot = () => { return (