[ADF-2109] Task Form - The form doesn't fit in the mobile screen (#2797)

* [ADF-2109] Task Form - The form doesn't fit in the mobile screen

* Made form mobile compatible

* Fixed issues arising due to the issue ADF-2094

* [ADF-2109] Task Form - The form doesn't fit in the mobile screen

* Made adf form mobile compatible

* Fixed issues arising due to the issue ADF-2094
This commit is contained in:
madhukar23
2017-12-27 15:40:17 +05:30
committed by Maurizio Vitale
parent 23c912989a
commit e66cb4035a
2 changed files with 106 additions and 101 deletions

View File

@@ -20,6 +20,7 @@
@import '../toolbar/toolbar.component';
@import '../userinfo/components/user-info.component';
@import '../viewer/components/viewer.component';
@import '../form/components/form.component';
@mixin adf-core-theme($theme) {
@include adf-colors-theme($theme);
@@ -41,6 +42,7 @@
@include adf-toolbar-theme($theme);
@include adf-userinfo-theme($theme);
@include adf-viewer-theme($theme);
@include adf-form-component-theme($theme)
}