Revert "Split messages with newline into multiple messages"
This reverts commit 6dd35fa890
.
The commit breaks support for chrome.
This commit is contained in:
parent
52630d7901
commit
026881a29c
3 changed files with 5 additions and 21 deletions
|
@ -105,10 +105,8 @@ body {
|
|||
padding-bottom:70px;
|
||||
}
|
||||
|
||||
#sendMessage {
|
||||
input#sendMessage {
|
||||
width: 100%;
|
||||
height: 36px;
|
||||
resize: none;
|
||||
}
|
||||
#footer button {
|
||||
border-radius: 0;
|
||||
|
@ -116,7 +114,7 @@ body {
|
|||
.panel input, .panel .input-group {
|
||||
max-width: 300px;
|
||||
}
|
||||
input[type=text], input[type=password], #sendMessage, .badge {
|
||||
input[type=text], input[type=password], .badge {
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
color: #ccc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue