mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Fix word-break css value (#1028)
This commit is contained in:
parent
4fcb4a4662
commit
fcfd54215a
3 changed files with 4 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -233,7 +233,7 @@ select {
|
|||
border: none;
|
||||
background: rgba(0, 0, 0, 0);
|
||||
padding: 0;
|
||||
word-break: break-word;
|
||||
word-break: normal;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue