Skip to content

Commit 5026914

Browse files
committed
🔧 Changed default width to 100% instead of auto
1 parent f2a473a commit 5026914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = function trustboxModule (moduleOptions) {
88
templateId: '',
99
locale: 'en-US',
1010
styleHeight: 'auto',
11-
styleWidth: 'auto',
11+
styleWidth: '100%',
1212
theme: 'light',
1313
tags: '',
1414
schemaType: '',

0 commit comments

Comments
 (0)