Skip to content

Commit 4e9f8f6

Browse files
committed
Fixes max image width on print
1 parent 21610be commit 4e9f8f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Resources/DownView.bundle/css/markdown-preview.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,9 @@ img {
254254
background: none;
255255
border-radius: 3px;
256256
border-style: none;
257-
width: auto;
257+
width: auto !important;
258+
width: 100%;
259+
max-width: 678px;
258260
height: auto;
259261
}
260262
canvas {

0 commit comments

Comments
 (0)