[fix] textarea overflow
This commit is contained in:
parent
a0170e9041
commit
ec4338378e
2 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
<div class="chat break-all" id="chatContainer">
|
<div class="chat break-all" id="chatContainer">
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-none flex">
|
<div class="flex-none flex">
|
||||||
<textarea type="text" id="userInput" placeholder="Type your message here..." class="outline-none flex-auto"></textarea>
|
<textarea type="text" id="userInput" placeholder="Type message here" class="outline-none flex-auto"></textarea>
|
||||||
<button class="send-button flex-none" id="sendButton" >Send</button>
|
<button class="send-button flex-none" id="sendButton" >Send</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="typing-indicator" id="typingIndicator">
|
<div class="typing-indicator" id="typingIndicator">
|
||||||
|
|
|
@ -82,7 +82,6 @@ input[type="text"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.send-button {
|
.send-button {
|
||||||
width: 110px;
|
|
||||||
background-color: #3182ce;
|
background-color: #3182ce;
|
||||||
color: white;
|
color: white;
|
||||||
padding: 12px 18px;
|
padding: 12px 18px;
|
||||||
|
|
Loading…
Reference in a new issue