Content image max width size set to 100%

This commit is contained in:
Simounet 2019-01-09 22:05:28 +01:00
parent 495fb486e1
commit 595ddb8bbc

View file

@ -438,6 +438,10 @@ html.rl-no-preview-pane {
margin: 15px;
}
img {
max-width: 100%;
}
pre, code {
margin: 0px;
padding: 0px;