Skip to content

Commit

Permalink
Fix word-break css value (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
RainLoop committed May 22, 2016
1 parent 4fcb4a4 commit fcfd542
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev/Styles/MessageView.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion dev/Styles/_BootstrapFix.less
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ select {
border: none;
background: rgba(0, 0, 0, 0);
padding: 0;
word-break: break-word;
word-break: normal;
}
}

Expand Down
2 changes: 1 addition & 1 deletion dev/Styles/_CkeFix.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit fcfd542

Please sign in to comment.