Commit 7c658f41 authored by Dan Pascu's avatar Dan Pascu

Marked webkit specific css attribute

parent 56b53650
...@@ -5,7 +5,8 @@ body ...@@ -5,7 +5,8 @@ body
color: #141414; color: #141414;
background: rgba(0, 0, 0, 0.1); background: rgba(0, 0, 0, 0.1);
word-wrap: break-word; word-wrap: break-word;
word-break: break-word; /*noinspection CssInvalidPropertyValue*/
word-break: break-word; /* this is webkit specific */
} }
#chat #chat
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment