1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Electron, Mobile: Fix image width

This commit is contained in:
Laurent Cozic
2017-11-12 17:58:28 +00:00
parent 6e75c93f3c
commit 26d1c0d79d

View File

@ -324,7 +324,8 @@ class MdToHtml {
border: 1px solid ` + style.htmlDividerColor + `;
}
img {
width: 100%;
width: auto;
max-width: 100%;
}
`;