mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Pre release commit
This commit is contained in:
parent
05ac93715f
commit
106ee26ad2
3 changed files with 11 additions and 5 deletions
|
|
@ -380,19 +380,24 @@ html.rl-no-preview-pane {
|
|||
// margin: 15px;
|
||||
}
|
||||
|
||||
pre {
|
||||
pre, code {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
background: #fff;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
|
||||
display: block;
|
||||
max-width: 700px;
|
||||
white-space: pre;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
&.plain {
|
||||
|
||||
padding: 15px;
|
||||
white-space: pre-wrap;
|
||||
/*white-space: pre-wrap;*/
|
||||
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
|
||||
|
||||
pre {
|
||||
|
|
@ -401,6 +406,8 @@ html.rl-no-preview-pane {
|
|||
background: #fff;
|
||||
border: none;
|
||||
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
|
||||
display: block;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
pre.b-plain-openpgp {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue