mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Resolve #283
This commit is contained in:
parent
42813b90dd
commit
58f5e90f8f
3 changed files with 6 additions and 11 deletions
|
|
@ -64,16 +64,14 @@
|
|||
}
|
||||
|
||||
pre, code {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: #fff;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: var(--fontMono);
|
||||
display: block;
|
||||
font-family: var(--fontMono);
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
word-break: normal;
|
||||
word-wrap: break-word;
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
code {
|
||||
|
|
@ -82,9 +80,8 @@
|
|||
}
|
||||
|
||||
pre {
|
||||
padding: 5px 10px;
|
||||
border-radius: 5px;
|
||||
background-color: #f9f9f9;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
pre > code {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue