mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 11:37:41 +03: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;
|
margin: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
pre, code {
|
pre, code {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue