From 1f4b1231c609e978a76888f73c099c4ed59a8690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Popovics=20Andr=C3=A1s?= Date: Tue, 12 Sep 2017 14:10:16 +0100 Subject: [PATCH] Fix minimal responsiveness of demo app's activiti section (#2324) --- demo-shell-ng2/app/app.module.ts | 4 +- .../activiti/activiti-demo.component.html | 26 +++---- .../activiti/activiti-demo.component.scss | 74 ++++++++++++++----- demo-shell-ng2/package.json | 1 + 4 files changed, 71 insertions(+), 34 deletions(-) diff --git a/demo-shell-ng2/app/app.module.ts b/demo-shell-ng2/app/app.module.ts index d184360c00..619ce0dd09 100644 --- a/demo-shell-ng2/app/app.module.ts +++ b/demo-shell-ng2/app/app.module.ts @@ -35,6 +35,7 @@ import { UserInfoComponentModule } from 'ng2-alfresco-userinfo'; import { ViewerModule } from 'ng2-alfresco-viewer'; import { WebScriptModule } from 'ng2-alfresco-webscript'; +import { FlexLayoutModule } from '@angular/flex-layout'; import { Editor3DModule } from 'ng2-3d-editor'; import { ChartsModule } from 'ng2-charts'; import { AppComponent } from './app.component'; @@ -100,7 +101,8 @@ if (process.env.ENV === 'production') { CustomEditorsModule, Editor3DModule.forRoot(), ChartsModule, - ThemePickerModule + ThemePickerModule, + FlexLayoutModule ], declarations: [ AppComponent, diff --git a/demo-shell-ng2/app/components/activiti/activiti-demo.component.html b/demo-shell-ng2/app/components/activiti/activiti-demo.component.html index bb41ef3680..1b141dfae0 100644 --- a/demo-shell-ng2/app/components/activiti/activiti-demo.component.html +++ b/demo-shell-ng2/app/components/activiti/activiti-demo.component.html @@ -1,8 +1,8 @@
-
-
+
+
-
-
+
-
+
-
-
+
+
-
-
+
-
-
-
+
+
Report List

-
+