mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-23 22:36:01 +08:00
Merge pull request #1821 from Simounet/feat/img-max-width
Content image max width size set to 100%
This commit is contained in:
commit
3cea84ff06
1 changed files with 4 additions and 0 deletions
|
@ -438,6 +438,10 @@ html.rl-no-preview-pane {
|
|||
margin: 15px;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
pre, code {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
|
|
Loading…
Reference in a new issue