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;
|
||||
padding-top: 10px;
|
||||
text-transform: uppercase;
|
||||
min-height: 2.1em;
|
||||
}
|
||||
|
||||
.container-header p {
|
||||
|
@ -34,7 +35,6 @@
|
|||
|
||||
.about-item {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.about-item .length {
|
||||
|
@ -69,3 +69,7 @@ hr {
|
|||
margin-bottom: 0em;
|
||||
color: #aaaaaa;
|
||||
}
|
||||
|
||||
.desc {
|
||||
min-height: 1.5em;
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<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 class="row">
|
||||
|
|
|
@ -40,7 +40,6 @@
|
|||
<div *ngIf="showProject" class="col-10 gray-container">
|
||||
<h6 class="category-title">{{ 'CRITERIA.DMP.RELATED-COLLABORATORS' | translate}}</h6>
|
||||
<mat-form-field>
|
||||
<input matInput placeholder="{{ 'CRITERIA.DMP.SELECT-COLLABORATORS' | translate }}">
|
||||
<app-multiple-auto-complete [formControl]="formGroup.get('collaborators')"
|
||||
placeholder="{{'CRITERIA.DMP.SELECT-COLLABORATORS' | translate}}"
|
||||
[configuration]="collaboratorsAutoCompleteConfiguration">
|
||||
|
|
Loading…
Reference in New Issue