Fix SVG display issue

This commit is contained in:
lowlighter
2021-02-19 14:09:07 +01:00
parent c36588e444
commit c94aaa7b80
2 changed files with 8 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
"debug": false, "//": "Debug logs",
"mocked": false, "//": "Use mocked data instead of live APIs (use 'force' to use mocked token even if real token are defined)",
"repositories": 100, "//": "Number of repositories to use",
"padding": ["6%", "12%"], "//": "Image padding (default)",
"padding": ["6%", "15%"], "//": "Image padding (default)",
"community": {
"templates": [], "//": "Additional community templates to setup"
},