Fix chatbox width bug.
This commit is contained in:
parent
104f905641
commit
7eaf47d37b
@ -151,6 +151,7 @@ ul.participant-list li.moderator {
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: rgb(79, 79, 79);
|
color: rgb(79, 79, 79);
|
||||||
height:193px;
|
height:193px;
|
||||||
|
width: 199px;
|
||||||
overflow-y:auto;
|
overflow-y:auto;
|
||||||
border: 0;
|
border: 0;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
@ -208,6 +208,10 @@
|
|||||||
<span class="chat-message-them">15:45 Benedict-John: </span>
|
<span class="chat-message-them">15:45 Benedict-John: </span>
|
||||||
<span class="chat-message-content">Dagsê</span>
|
<span class="chat-message-content">Dagsê</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="chat-message">
|
||||||
|
<span class="chat-message-me">19:39 me: </span>
|
||||||
|
<span class="chat-message-content">This is a relatively long message to check that wrapping works as expected.</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<form class="sendXMPPMessage" action="" method="post">
|
<form class="sendXMPPMessage" action="" method="post">
|
||||||
<textarea type="text" class="chat-textarea" placeholder="Personal message"></textarea>
|
<textarea type="text" class="chat-textarea" placeholder="Personal message"></textarea>
|
||||||
|
Loading…
Reference in New Issue
Block a user