Files
dspace-angular/src/app/shared/truncatable/truncatable-part/truncatable-part.component.html
2020-10-30 17:16:49 +01:00

6 lines
186 B
HTML

<div class="clamp-{{background}}-{{lines}} min-{{minLines}} {{type}} {{fixedHeight ? 'fixedHeight' : ''}}">
<div class="content">
<ng-content></ng-content>
</div>
</div>