Fix word-break css value (#1028)

This commit is contained in:
RainLoop Team 2016-05-22 20:34:07 +03:00
parent 4fcb4a4662
commit fcfd54215a
3 changed files with 4 additions and 4 deletions

View file

@ -107,7 +107,7 @@
border-radius: 0;
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
display: block;
word-break: break-word;
word-break: normal;
word-wrap: break-word;
background-color: #f9f9f9;
}