From 01f9ddaea7f3ced601955caf2355820fd7e10b36 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 5 Mar 2025 21:39:26 +0200 Subject: [PATCH] fix(in-app-help): unnecessary bottom padding --- 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 e0b622747..8cac941f2 100644 --- a/src/public/app/widgets/type_widgets/doc.ts +++ b/src/public/app/widgets/type_widgets/doc.ts @@ -18,7 +18,7 @@ const TPL = `
} .note-detail-doc.contextual-help { - padding-bottom: 15vh; + padding-bottom: 0; } .note-detail-doc.contextual-help h2,