From 3cc83e5645dadb6aee757800a96e2f380cebee64 Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Mon, 25 May 2020 10:36:16 +0200
Subject: [PATCH] Remove h2 reset (#6)

---
 src/vpu-official-signature-pdf-upload.js | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/vpu-official-signature-pdf-upload.js b/src/vpu-official-signature-pdf-upload.js
index aa5289c..ab04b79 100644
--- a/src/vpu-official-signature-pdf-upload.js
+++ b/src/vpu-official-signature-pdf-upload.js
@@ -206,14 +206,10 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(VPUSignatureLitElem
         // language=css
         return css`
             ${commonStyles.getThemeCSS()}
-            ${commonStyles.getGeneralCSS()}
+            ${commonStyles.getGeneralCSS(false)}
             ${commonStyles.getButtonCSS()}
             ${commonStyles.getNotificationCSS()}
 
-            h2 {
-                margin-bottom: inherit;
-            }
-
             .hidden {
                 display: none;
             }
-- 
GitLab