This commit is contained in:
Mattias Erming 2014-09-27 15:08:21 -07:00
parent e4f100a177
commit 2e293ce785
2 changed files with 5 additions and 1 deletions

View File

@ -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;

View File

@ -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": {