diff --git a/dmp-frontend/src/app/ui/admin/description-template/editor/components/composite-field/description-template-editor-composite-field.component.html b/dmp-frontend/src/app/ui/admin/description-template/editor/components/composite-field/description-template-editor-composite-field.component.html index 2508728ab..4c97ab437 100644 --- a/dmp-frontend/src/app/ui/admin/description-template/editor/components/composite-field/description-template-editor-composite-field.component.html +++ b/dmp-frontend/src/app/ui/admin/description-template/editor/components/composite-field/description-template-editor-composite-field.component.html @@ -1,15 +1,30 @@
-
+
- +
+
+
+
+
+
{{numbering}}
+
+
+
+
+
+
+
+ +
+ + + {{form.get('title').getError('backendError').message}} + +
diff --git a/dmp-frontend/src/app/ui/admin/description-template/editor/components/composite-field/description-template-editor-composite-field.component.scss b/dmp-frontend/src/app/ui/admin/description-template/editor/components/composite-field/description-template-editor-composite-field.component.scss index 294f273fc..8c78699e9 100644 --- a/dmp-frontend/src/app/ui/admin/description-template/editor/components/composite-field/description-template-editor-composite-field.component.scss +++ b/dmp-frontend/src/app/ui/admin/description-template/editor/components/composite-field/description-template-editor-composite-field.component.scss @@ -148,4 +148,18 @@ $blue-color-light: #5cf7f2; ::ng-deep label { margin: 0; color: #212121; -} \ No newline at end of file +} + +.numbering-container { + + border: 1px solid #F0F0F0!important; + + .numbering { + font-size: 17px; + font-weight: 400; color: #a0a0a0; + padding-top: var(--mat-form-field-container-vertical-padding); + padding-bottom: var(--mat-form-field-container-vertical-padding); + overflow-x: hidden; + text-overflow: ellipsis; + } +}