diff --git a/gui/app/templates/components/document/view-content.hbs b/gui/app/templates/components/document/view-content.hbs index efe70c33..7f151e2b 100644 --- a/gui/app/templates/components/document/view-content.hbs +++ b/gui/app/templates/components/document/view-content.hbs @@ -7,7 +7,7 @@ {{else}} - {{ui/ui-spacer size=700}} + {{ui/ui-spacer size=100}} {{/if}} {{document/document-page roles=roles diff --git a/jsconfig.json b/jsconfig.json index dca8b4f1..89cb03d2 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -1 +1 @@ -{"compilerOptions":{"target":"es6","experimentalDecorators":true},"exclude":["node_modules","bower_components","tmp","vendor",".git","dist"],"typeAcquisition":{"include":["underscore"]}} \ No newline at end of file +{"compilerOptions":{"target":"es6","experimentalDecorators":true},"exclude":["node_modules","bower_components","tmp","vendor",".git","dist","dist-prod"],"typeAcquisition":{"include":["underscore"]}}