[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>
|
||||
<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>
|
||||
</div>
|
||||
<div class="typing-indicator" id="typingIndicator">
|
||||
|
|
|
@ -82,7 +82,6 @@ input[type="text"] {
|
|||
}
|
||||
|
||||
.send-button {
|
||||
width: 110px;
|
||||
background-color: #3182ce;
|
||||
color: white;
|
||||
padding: 12px 18px;
|
||||
|
|
Loading…
Reference in a new issue