From 5026914754156cd04370a1380757831011330a82 Mon Sep 17 00:00:00 2001 From: Thomas Reichling Date: Thu, 5 Sep 2019 10:09:50 +0200 Subject: [PATCH] :wrench: Changed default width to 100% instead of auto --- lib/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/module.js b/lib/module.js index f84fc41..4935dba 100644 --- a/lib/module.js +++ b/lib/module.js @@ -8,7 +8,7 @@ module.exports = function trustboxModule (moduleOptions) { templateId: '', locale: 'en-US', styleHeight: 'auto', - styleWidth: 'auto', + styleWidth: '100%', theme: 'light', tags: '', schemaType: '',