Skip to content

Commit f2e4517

Browse files
authored
Updated according to qa (#1127)
1 parent 75b0b7e commit f2e4517

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

pgml-dashboard/src/components/chatbot/chatbot.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ div[data-controller="chatbot"] {
117117

118118
#chatbot-question-input-button {
119119
background-image: url("/dashboard/static/images/chatbot-input-arrow.webp");
120-
width: 30px;
121-
height: 30px;
120+
width: 22px;
121+
height: 22px;
122122
background-position: center;
123123
background-repeat: no-repeat;
124124
background-size: contain;

pgml-dashboard/src/components/chatbot/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h3 id="chatbot-chatbot-title" class="mb-0">Chatbot</h3>
125125

126126
<div id="chatbot-question-textarea-wrapper" class="d-flex position-relative">
127127
<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" data-action="click->chatbot#handleEnter">
128+
<div id="chatbot-question-input-button-wrapper" class="p-2 d-flex align-items-center rounded-end-2 z-1" data-action="click->chatbot#handleEnter">
129129
<div id="chatbot-question-input-button" class=""></div>
130130
</div>
131131
<div id="chatbot-question-input-border" class="position-absolute rounded-2"></div>
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)