Merge branch 'Development' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into backend-refactoring
This commit is contained in:
commit
579749a5dc
|
@ -13,6 +13,7 @@
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
min-height: 2.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-header p {
|
.container-header p {
|
||||||
|
@ -34,7 +35,6 @@
|
||||||
|
|
||||||
.about-item {
|
.about-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-item .length {
|
.about-item .length {
|
||||||
|
@ -69,3 +69,7 @@ hr {
|
||||||
margin-bottom: 0em;
|
margin-bottom: 0em;
|
||||||
color: #aaaaaa;
|
color: #aaaaaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.desc {
|
||||||
|
min-height: 1.5em;
|
||||||
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<p class="mt-1 mb-2">{{dataset.description}}</p>
|
<p class="mt-1 mb-2 desc">{{dataset.description}}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
<div *ngIf="showProject" class="col-10 gray-container">
|
<div *ngIf="showProject" class="col-10 gray-container">
|
||||||
<h6 class="category-title">{{ 'CRITERIA.DMP.RELATED-COLLABORATORS' | translate}}</h6>
|
<h6 class="category-title">{{ 'CRITERIA.DMP.RELATED-COLLABORATORS' | translate}}</h6>
|
||||||
<mat-form-field>
|
<mat-form-field>
|
||||||
<input matInput placeholder="{{ 'CRITERIA.DMP.SELECT-COLLABORATORS' | translate }}">
|
|
||||||
<app-multiple-auto-complete [formControl]="formGroup.get('collaborators')"
|
<app-multiple-auto-complete [formControl]="formGroup.get('collaborators')"
|
||||||
placeholder="{{'CRITERIA.DMP.SELECT-COLLABORATORS' | translate}}"
|
placeholder="{{'CRITERIA.DMP.SELECT-COLLABORATORS' | translate}}"
|
||||||
[configuration]="collaboratorsAutoCompleteConfiguration">
|
[configuration]="collaboratorsAutoCompleteConfiguration">
|
||||||
|
|
Loading…
Reference in New Issue