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