Merge pull request #1821 from Simounet/feat/img-max-width

Content image max width size set to 100%
This commit is contained in:
RainLoop Team 2019-03-28 02:07:35 +03:00 committed by GitHub
commit 3cea84ff06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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