Merge branch 'ui-refactoring' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-refactoring
This commit is contained in:
commit
c6fe54badf
|
@ -11,7 +11,7 @@
|
||||||
<mat-icon class="col-auto type-icon">storage</mat-icon>
|
<mat-icon class="col-auto type-icon">storage</mat-icon>
|
||||||
<h4 class="col-auto m-2 p-1">{{dmp.associatedProfiles.length}}</h4>
|
<h4 class="col-auto m-2 p-1">{{dmp.associatedProfiles.length}}</h4>
|
||||||
<div class="row" *ngFor="let profile of dmp.associatedProfiles">
|
<div class="row" *ngFor="let profile of dmp.associatedProfiles">
|
||||||
<div class="col-auto dmp-chip ml-2">{{profile.label}}</div>
|
<div class="col-auto dmp-chip ml-3 mr-5">{{profile.label}}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row d-flex align-items-center my-1">
|
<div class="row d-flex align-items-center my-1">
|
||||||
|
|
|
@ -35,4 +35,8 @@
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mr-5 {
|
||||||
|
margin-right: 2rem !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue