From 308e015f3d6f44bc819ebbd1a541657fbe770a80 Mon Sep 17 00:00:00 2001 From: Jonas Duri Date: Sat, 25 Nov 2023 12:53:14 +0100 Subject: [PATCH] fix image width to use max-width instead of width as suggested by @diomed --- lib/terminal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/terminal.css b/lib/terminal.css index a35d7b4..8a50e3d 100644 --- a/lib/terminal.css +++ b/lib/terminal.css @@ -431,7 +431,7 @@ p { } img { - width: 100%; + max-width: 100%; } .progress-bar {