From 07b1f69f7ab35a1e66e7c849952db5e2fc135ce6 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 5 Mar 2025 21:38:56 +0200 Subject: [PATCH] fix(in-app-help): fix image max width --- src/public/app/widgets/type_widgets/doc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/app/widgets/type_widgets/doc.ts b/src/public/app/widgets/type_widgets/doc.ts index 12eff71f3..e0b622747 100644 --- a/src/public/app/widgets/type_widgets/doc.ts +++ b/src/public/app/widgets/type_widgets/doc.ts @@ -36,7 +36,7 @@ const TPL = `
} img { - max-width: 90vw; + max-width: 100%; height: auto; }