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

@ -416,7 +416,7 @@ html.rl-no-preview-pane {
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;
}
@ -450,7 +450,7 @@ html.rl-no-preview-pane {
border: none;
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
display: block;
word-break: break-word;
word-break: normal;
}
pre.b-plain-openpgp {