@@ -21,7 +21,7 @@ <h5 id="chatbot-change-the-brain-title">Knowledge Base:</h5>
21
21
< % } %>
22
22
/>
23
23
< label
24
- class ="chatbot-brain-option-label rounded-2 "
24
+ class ="chatbot-brain-option-label rounded-2 w-100 "
25
25
for ="chatbot-knowledge-base-option<%= index %> "
26
26
data-action ="chatbot#handleKnowledgeBaseChange "
27
27
>
@@ -102,8 +102,8 @@ <h5 id="knowledge-base-title">Knowledge Base:</h5>
102
102
< div id ="chatbot-right-column " class ="flex-grow-1 d-flex flex-column overflow-hidden ">
103
103
< div class ="d-flex justify-content-between align-items-center pt-3 pb-3 pe-3 m-0 ">
104
104
< h3 id ="chatbot-chatbot-title "> Chatbot</ h3 >
105
- < div class =" p-1 rounded-2 " style =" background-color: #444444; cursor: pointer; " data-action ="click->chatbot#handleExpandClick ">
106
- < img id ="chatbot-expand-contract-image " class ="" width ="28px " height ="28px " src ="/dashboard/static/images/icons/arrow_expanded.svg "/>
105
+ < div id =" chatbot-expand-contract-image-wrapper " class =" p-1 rounded-2 " data-action ="click->chatbot#handleExpandClick ">
106
+ < img id ="chatbot-expand-contract-image " width ="28px " height ="28px " src ="/dashboard/static/images/icons/arrow_expanded.svg "/>
107
107
</ div >
108
108
</ div >
109
109
@@ -125,7 +125,7 @@ <h3 id="chatbot-chatbot-title">Chatbot</h3>
125
125
126
126
< div id ="chatbot-question-textarea-wrapper " class ="d-flex position-relative ">
127
127
< textarea id ="chatbot-question-input " class ="flex-grow-1 text-white rounded-start-2 z-1 " rows ="1 " placeholder ="Send a message " data-action ="keydown.enter->chatbot#handleEnter "> </ textarea >
128
- < div id ="chatbot-question-input-button-wrapper " class ="p-2 d-flex align-items-end rounded-end-2 z-1 ">
128
+ < div id ="chatbot-question-input-button-wrapper " class ="p-2 d-flex align-items-end rounded-end-2 z-1 " data-action =" click->chatbot#handleEnter " >
129
129
< div id ="chatbot-question-input-button " class =""> </ div >
130
130
</ div >
131
131
< div id ="chatbot-question-input-border " class ="position-absolute rounded-2 "> </ div >
0 commit comments