fix(in-app-help): unnecessary bottom padding

This commit is contained in:
Elian Doran 2025-03-05 21:39:26 +02:00
parent 07b1f69f7a
commit 01f9ddaea7
No known key found for this signature in database

View File

@ -18,7 +18,7 @@ const TPL = `<div class="note-detail-doc note-detail-printable">
}
.note-detail-doc.contextual-help {
padding-bottom: 15vh;
padding-bottom: 0;
}
.note-detail-doc.contextual-help h2,