diff --git a/aqt/editor.py b/aqt/editor.py index 7e1494fe9..3f909914b 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -40,7 +40,7 @@ _html = """ .fname { font-size: 10px; vertical-align: middle; padding: 0; font-family: "%s"; } #dupes { font-size: 12px; } -img { max-width: 100%%; } +img { max-width: 90%%; } body { margin: 5px; }