mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Added "word-break: break-word" for plain text messages. (#824)
This commit is contained in:
parent
87887373c1
commit
c69faa4264
6 changed files with 6 additions and 5 deletions
|
|
@ -388,6 +388,7 @@ html.rl-no-preview-pane {
|
|||
border-radius: 0;
|
||||
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
|
||||
display: block;
|
||||
word-break: break-word;
|
||||
word-wrap: break-word;
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
|
@ -421,6 +422,7 @@ html.rl-no-preview-pane {
|
|||
border: none;
|
||||
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
|
||||
display: block;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
pre.b-plain-openpgp {
|
||||
|
|
@ -428,6 +430,7 @@ html.rl-no-preview-pane {
|
|||
padding: 6px 10px;
|
||||
border: 1px dashed #666;
|
||||
background: #fff;
|
||||
word-break: break-all;
|
||||
|
||||
&.success {
|
||||
border-color: green;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue