diff --git a/ng2-components/ng2-alfresco-upload/demo/src/main.ts b/ng2-components/ng2-alfresco-upload/demo/src/main.ts index 51a727e970..07b0766b86 100644 --- a/ng2-components/ng2-alfresco-upload/demo/src/main.ts +++ b/ng2-components/ng2-alfresco-upload/demo/src/main.ts @@ -68,7 +68,8 @@ import { ALFRESCO_ULPOAD_COMPONENTS, UploadService } from 'ng2-alfresco-upload'; `, - styles: [`.upload-border { position: absolute; padding: 5px 5px }`, `.drag-area { width: 200px; height: 100px; border: 1px solid #888888;}`], + styles: [`.upload-border { position: absolute; padding: 5px 5px }`, + `.drag-area { width: 200px; height: 100px; border: 1px solid #888888;}`], directives: [ALFRESCO_ULPOAD_COMPONENTS] }) export class MyDemoApp implements OnInit {