Fix IE
This commit is contained in:
parent
e4f100a177
commit
2e293ce785
|
@ -533,10 +533,14 @@ button {
|
|||
padding-left: 10px;
|
||||
padding-right: 6px;
|
||||
}
|
||||
#chat .wrap {
|
||||
display: block;
|
||||
}
|
||||
#chat .wrap,
|
||||
#chat .text a {
|
||||
font-style: normal;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
#chat .self .text {
|
||||
color: #999;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "shout",
|
||||
"description": "The self-hosted web IRC client",
|
||||
"version": "0.38.0",
|
||||
"version": "0.38.1",
|
||||
"author": "Mattias Erming",
|
||||
"preferGlobal": true,
|
||||
"bin": {
|
||||
|
|
Loading…
Reference in New Issue