diff --git a/src/app/modules/customer-management/components/projects-type/components/project-type-list/project-type-list.component.html b/src/app/modules/customer-management/components/projects-type/components/project-type-list/project-type-list.component.html index 9970f630f..f51b8bd98 100644 --- a/src/app/modules/customer-management/components/projects-type/components/project-type-list/project-type-list.component.html +++ b/src/app/modules/customer-management/components/projects-type/components/project-type-list/project-type-list.component.html @@ -1,31 +1,21 @@ - - - - - - - - - - - - - -
Project type
{{ projectType.name }} - - -
-
- +
+ + + + + + + + + + + + + +
Project type
{{ projectType.name }} + + +
diff --git a/src/app/modules/customer-management/components/projects-type/components/project-type-list/project-type-list.component.scss b/src/app/modules/customer-management/components/projects-type/components/project-type-list/project-type-list.component.scss index 8099bafc8..d3a3d95bc 100644 --- a/src/app/modules/customer-management/components/projects-type/components/project-type-list/project-type-list.component.scss +++ b/src/app/modules/customer-management/components/projects-type/components/project-type-list/project-type-list.component.scss @@ -1 +1,5 @@ @import '../../../../../../../styles/colors.scss'; + +.project-type-list-div { + max-height: 250px; overflow: auto; display:inline-block; width: 100%; +}