styling fixes

This commit is contained in:
Sofia Papacharalampous 2024-06-26 12:16:09 +03:00
parent 0fbb473a4a
commit ef5134c629
2 changed files with 5 additions and 2 deletions

View File

@ -73,7 +73,7 @@
<div class="row">
<div class="col-12 col-lg-7">
<button class="w-100 dmp-btn p-1" (click)="dmpClicked(description.dmp)">
<div class="w-100 dmp-btn-label">
<div class="dmp-btn-label">
{{ this.description.dmp.label }}
</div>
<div class="w-auto">

View File

@ -187,10 +187,13 @@
.dmp-btn-label {
margin-right: 1em;
overflow: hidden;
color: #ffffff;
opacity: 0.8;
text-align: left;
min-width: 0;
text-wrap: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.doi-label {