mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
CST-6051 changes description tool tip and truncate text
This commit is contained in:
@@ -50,3 +50,7 @@
|
||||
cursor: grabbing;
|
||||
}
|
||||
}
|
||||
|
||||
:host ::ng-deep .larger-tooltip .tooltip-inner {
|
||||
max-width: 500px;
|
||||
}
|
||||
|
@@ -9,9 +9,10 @@
|
||||
</div>
|
||||
<div class="{{columnSizes.columns[1].buildClasses()}} row-element d-flex align-items-center">
|
||||
<div class="w-100">
|
||||
<span class="text-truncate">
|
||||
<div class="text-truncate" [tooltipClass]="'larger-tooltip'" placement="bottom"
|
||||
[ngbTooltip]="bitstream?.firstMetadataValue('dc.description')">
|
||||
{{ bitstream?.firstMetadataValue('dc.description') }}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="{{columnSizes.columns[2].buildClasses()}} row-element d-flex align-items-center">
|
||||
|
Reference in New Issue
Block a user